#37317E

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

Shades of Jacksons Purple #37317E

Tints of Jacksons Purple #37317E

Color information

#37317E (or 0x37317E) is unknown color: approx Jacksons Purple. HEX triplet: 37, 31 and 7E. RGB value is (55,49,126). Sum of RGB (Red+Green+Blue) = 55+49+126=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #37317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37317E is #C8CE81. Grayscale: #3B3B3B. Windows color (decimal): -13160066 or 8270135. OLE color: 8270135.

HSL color Cylindrical-coordinate representation of color #37317E: hue angle of 244.68º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37317E is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5549126-
CMYK0.560.6100.51
HSL244.68º44%34.31%-
HSV(B)244.68º61.11%49.41%-
XYZ6.444.5220.27-
YUV59.57165.49124.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 126 (49.61% from 255) = 54.78%
R=23.91%
G=21.30%
B=54.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55491260.560.6100.51244.684434.31
Hex37317E383D033f52c22
Octal676117670750633655442
Binary1101111100011111110111000111101011001111110101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37317E; }

 p { color: rgb(55,49,126); }

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

<style>
 a { background-color: #37317E; }

 a { background-color: rgb(55,49,126); }

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

<style>
 span { border-color: #37317E; }

 span { border-color: rgb(55,49,126); }

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