Html Css Color HEX #372D81 Jacksons Purple

📋 copy color: '#372D81'

red 55 ◦ green 45 ◦ blue 129

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

Shades of Jacksons Purple #372D81

Tints of Jacksons Purple #372D81

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 129 (50.78% from 255) = 56.33%

R = 24.02%
G = 19.65%
B = 56.33%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372D81 (or 0x372D81) is known color: Jacksons Purple. HEX triplet: 37, 2D and 81. RGB value is (55,45,129). Sum of RGB (Red+Green+Blue) = 55+45+129=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #372D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D81 is #C8D27E. Grayscale: #393939. Windows color (decimal): -13161087 or 8465719. OLE color: 8465719.

HSL color Cylindrical-coordinate representation of color #372D81: hue angle of 247.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372D81 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 45 129 -
CMYK 0.57 0.65 0 0.49
HSL 247.14º 0.48% 0.34% -
HSV(B) 247.14º 0.65% 0.51% -
XYZ 6.48 4.27 21.25 -
YUV 57.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 55 45 129 0.57 0.65 0 0.49 247.14 0.48 0.34
Hex 37 2D 81 39 41 0 31 F7 30 22
Octal 67 55 201 71 101 0 61 367 60 42
Binary 110111 101101 10000001 111001 1000001 0 110001 11110111 110000 100010

Color Harmonies of #372D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D81

Black with #372D81

Text Example


Text Example

White with #372D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372D81; }

 p { color: rgb(55,45,129); }

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

background-color css

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

 a { background-color: rgb(55,45,129); }

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

border-color css

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

 span { border-color: rgb(55,45,129); }

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