Html Css Color HEX #372D84 Jacksons Purple

📋 copy color: '#372D84'

red 55 ◦ green 45 ◦ blue 132

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

Shades of Jacksons Purple #372D84

Tints of Jacksons Purple #372D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 23.71%
G = 19.4%
B = 56.9%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372D84 (or 0x372D84) is known color: Jacksons Purple. HEX triplet: 37, 2D and 84. RGB value is (55,45,132). Sum of RGB (Red+Green+Blue) = 55+45+132=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #372D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D84 is #C8D27B. Grayscale: #393939. Windows color (decimal): -13161084 or 8662327. OLE color: 8662327.

HSL color Cylindrical-coordinate representation of color #372D84: hue angle of 246.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372D84 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 45 132 -
CMYK 0.58 0.66 0 0.48
HSL 246.9º 0.49% 0.35% -
HSV(B) 246.9º 0.66% 0.52% -
XYZ 6.68 4.35 22.32 -
YUV 57.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 55 45 132 0.58 0.66 0 0.48 246.9 0.49 0.35
Hex 37 2D 84 3A 42 0 30 F7 31 23
Octal 67 55 204 72 102 0 60 367 61 43
Binary 110111 101101 10000100 111010 1000010 0 110000 11110111 110001 100011

Color Harmonies of #372D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D84

Black with #372D84

Text Example


Text Example

White with #372D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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