#37377F

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

Shades of Jacksons Purple #37377F

Tints of Jacksons Purple #37377F

Color information

#37377F (or 0x37377F) is unknown color: approx Jacksons Purple. HEX triplet: 37, 37 and 7F. RGB value is (55,55,127). Sum of RGB (Red+Green+Blue) = 55+55+127=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #37377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37377F is #C8C880. Grayscale: #3E3E3E. Windows color (decimal): -13158529 or 8337207. OLE color: 8337207.

HSL color Cylindrical-coordinate representation of color #37377F: hue angle of 240º 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 #37377F is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5555127-
CMYK0.570.5700.50
HSL240º39.56%35.69%-
HSV(B)240º56.69%49.8%-
XYZ6.775.0820.7-
YUV63.21164122.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 127 (50% from 255) = 53.59%
R=23.21%
G=23.21%
B=53.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55551270.570.5700.5024039.5635.69
Hex37377F3939032f02824
Octal676717771710623605044
Binary1101111101111111111111001111001011001011110000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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