#372D84

Color #372D84 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #372D84

Tints of Jacksons Purple #372D84

Color information

#372D84 (or 0x372D84) is unknown color: approx 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

RGB5545132-
CMYK0.580.6600.48
HSL246.9º49.15%34.71%-
HSV(B)246.9º65.91%51.76%-
XYZ6.684.3522.32-
YUV57.91169.81125.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=23.71%
G=19.40%
B=56.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55451320.580.6600.48246.949.1534.71
Hex372D843A42030f73123
Octal6755204721020603676143
Binary110111101101100001001110101000010011000011110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>