Html Css Color HEX #372C84 Jacksons Purple

📋 copy color: '#372C84'

red 55 ◦ green 44 ◦ blue 132

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

Shades of Jacksons Purple #372C84

Tints of Jacksons Purple #372C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

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

R = 23.81%
G = 19.05%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372C84 (or 0x372C84) is known color: Jacksons Purple. HEX triplet: 37, 2C and 84. RGB value is (55,44,132). Sum of RGB (Red+Green+Blue) = 55+44+132=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #372C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C84 is #C8D37B. Grayscale: #383838. Windows color (decimal): -13161340 or 8662071. OLE color: 8662071.

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

Color convert

RGB 55 44 132 -
CMYK 0.58 0.67 0 0.48
HSL 247.5º 0.5% 0.35% -
HSV(B) 247.5º 0.67% 0.52% -
XYZ 6.64 4.28 22.31 -
YUV 57.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 55 44 132 0.58 0.67 0 0.48 247.5 0.5 0.35
Hex 37 2C 84 3A 43 0 30 F8 32 23
Octal 67 54 204 72 103 0 60 370 62 43
Binary 110111 101100 10000100 111010 1000011 0 110000 11111000 110010 100011

Color Harmonies of #372C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C84

Black with #372C84

Text Example


Text Example

White with #372C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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