Html Css Color HEX #383875 Jacksons Purple

📋 copy color: '#383875'

red 56 ◦ green 56 ◦ blue 117

#383875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #383875

Tints of Jacksons Purple #383875

RGB

 RED value IS 56 (22.27% from 255) = 24.45%

 GREEN value IS 56 (22.27% from 255) = 24.45%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 24.45%
G = 24.45%
B = 51.09%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#383875 (or 0x383875) is known color: Jacksons Purple. HEX triplet: 38, 38 and 75. RGB value is (56,56,117). Sum of RGB (Red+Green+Blue) = 56+56+117=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #383875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383875 is #C7C78A. Grayscale: #3E3E3E. Windows color (decimal): -13092747 or 7682104. OLE color: 7682104.

HSL color Cylindrical-coordinate representation of color #383875: hue angle of 240º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383875 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 56 117 -
CMYK 0.52 0.52 0 0.54
HSL 240º 0.35% 0.34% -
HSV(B) 240º 0.52% 0.46% -
XYZ 6.26 4.95 17.46 -
YUV 62.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 56 56 117 0.52 0.52 0 0.54 240 0.35 0.34
Hex 38 38 75 34 34 0 36 F0 23 22
Octal 70 70 165 64 64 0 66 360 43 42
Binary 111000 111000 1110101 110100 110100 0 110110 11110000 100011 100010

Color Harmonies of #383875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383875

Black with #383875

Text Example


Text Example

White with #383875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383875; }

 p { color: rgb(56,56,117); }

 H1.HeaderClassName
 {
   color: #383875;
 }
 .AnyTagClassName
 {
   color: #383875;
 }
</style>

background-color css

<style>
 a { background-color: #383875; }

 a { background-color: rgb(56,56,117); }

 div.DivClassName
 {
   background-color: #383875;
 }
 .BgClassName
 {
   background-color: #383875;
 }
</style>

border-color css

<style>
 span { border-color: #383875; }

 span { border-color: rgb(56,56,117); }

 td.TdClassName
 {
   border-color: #383875;
 }
 .TagClassName
 {
   border-color: #383875;
 }
</style>