Html Css Color HEX #373E8E Jacksons Purple

📋 copy color: '#373E8E'

red 55 ◦ green 62 ◦ blue 142

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

Shades of Jacksons Purple #373E8E

Tints of Jacksons Purple #373E8E

RGB

 RED value IS 55 (21.88% from 255) = 21.24%

 GREEN value IS 62 (24.61% from 255) = 23.94%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 21.24%
G = 23.94%
B = 54.83%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373E8E (or 0x373E8E) is known color: Jacksons Purple. HEX triplet: 37, 3E and 8E. RGB value is (55,62,142). Sum of RGB (Red+Green+Blue) = 55+62+142=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #373E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373E8E is #C8C171. Grayscale: #444444. Windows color (decimal): -13156722 or 9322039. OLE color: 9322039.

HSL color Cylindrical-coordinate representation of color #373E8E: hue angle of 235.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373E8E is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 62 142 -
CMYK 0.61 0.56 0 0.44
HSL 235.17º 0.44% 0.39% -
HSV(B) 235.17º 0.61% 0.56% -
XYZ 8.18 6.21 26.36 -
YUV 69.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 55 62 142 0.61 0.56 0 0.44 235.17 0.44 0.39
Hex 37 3E 8E 3D 38 0 2C EB 2C 27
Octal 67 76 216 75 70 0 54 353 54 47
Binary 110111 111110 10001110 111101 111000 0 101100 11101011 101100 100111

Color Harmonies of #373E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E8E

Black with #373E8E

Text Example


Text Example

White with #373E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373E8E; }

 p { color: rgb(55,62,142); }

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

background-color css

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

 a { background-color: rgb(55,62,142); }

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

border-color css

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

 span { border-color: rgb(55,62,142); }

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