#37327D

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

Shades of Jacksons Purple #37327D

Tints of Jacksons Purple #37327D

Color information

#37327D (or 0x37327D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 32 and 7D. RGB value is (55,50,125). Sum of RGB (Red+Green+Blue) = 55+50+125=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #37327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37327D is #C8CD82. Grayscale: #3B3B3B. Windows color (decimal): -13159811 or 8204855. OLE color: 8204855.

HSL color Cylindrical-coordinate representation of color #37327D: hue angle of 244º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37327D is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5550125-
CMYK0.560.6000.51
HSL244º42.86%34.31%-
HSV(B)244º60%49.02%-
XYZ6.424.5719.95-
YUV60.04164.66124.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 125 (49.22% from 255) = 54.35%
R=23.91%
G=21.74%
B=54.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55501250.560.6000.5124442.8634.31
Hex37327D383C033f42b22
Octal676217570740633645342
Binary1101111100101111101111000111100011001111110100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37327D; }

 p { color: rgb(55,50,125); }

 H1.HeaderClassName
 {
   color: #37327D;
 }
 .AnyTagClassName
 {
   color: #37327D;
 }
</style>
background-color css

<style>
 a { background-color: #37327D; }

 a { background-color: rgb(55,50,125); }

 div.DivClassName
 {
   background-color: #37327D;
 }
 .BgClassName
 {
   background-color: #37327D;
 }
</style>
border-color css

<style>
 span { border-color: #37327D; }

 span { border-color: rgb(55,50,125); }

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