#37377C

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

Shades of Jacksons Purple #37377C

Tints of Jacksons Purple #37377C

Color information

#37377C (or 0x37377C) is unknown color: approx Jacksons Purple. HEX triplet: 37, 37 and 7C. RGB value is (55,55,124). Sum of RGB (Red+Green+Blue) = 55+55+124=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #37377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37377C is #C8C883. Grayscale: #3E3E3E. Windows color (decimal): -13158532 or 8140599. OLE color: 8140599.

HSL color Cylindrical-coordinate representation of color #37377C: hue angle of 240º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37377C is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5555124-
CMYK0.560.5600.51
HSL240º38.55%35.1%-
HSV(B)240º55.65%48.63%-
XYZ6.58519.69-
YUV62.87162.5122.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=23.50%
G=23.50%
B=52.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55551240.560.5600.5124038.5535.1
Hex37377C3838033f02723
Octal676717470700633604743
Binary1101111101111111100111000111000011001111110000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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