#37407F

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

Shades of Jacksons Purple #37407F

Tints of Jacksons Purple #37407F

Color information

#37407F (or 0x37407F) is unknown color: approx Jacksons Purple. HEX triplet: 37, 40 and 7F. RGB value is (55,64,127). Sum of RGB (Red+Green+Blue) = 55+64+127=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #37407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37407F is #C8BF80. Grayscale: #444444. Windows color (decimal): -13156225 or 8339511. OLE color: 8339511.

HSL color Cylindrical-coordinate representation of color #37407F: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37407F is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5564127-
CMYK0.570.5000.50
HSL232.5º39.56%35.69%-
HSV(B)232.5º56.69%49.8%-
XYZ7.246.0120.86-
YUV68.49161.02118.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 127 (50% from 255) = 51.63%
R=22.36%
G=26.02%
B=51.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55641270.570.5000.50232.539.5635.69
Hex37407F3932032e82824
Octal6710017771620623505044
Binary11011110000001111111111001110010011001011101000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37407F; }

 p { color: rgb(55,64,127); }

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

<style>
 a { background-color: #37407F; }

 a { background-color: rgb(55,64,127); }

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

<style>
 span { border-color: #37407F; }

 span { border-color: rgb(55,64,127); }

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