#373C8C

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

Shades of Jacksons Purple #373C8C

Tints of Jacksons Purple #373C8C

Color information

#373C8C (or 0x373C8C) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 8C. RGB value is (55,60,140). Sum of RGB (Red+Green+Blue) = 55+60+140=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #373C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C8C is #C8C373. Grayscale: #434343. Windows color (decimal): -13157236 or 9190455. OLE color: 9190455.

HSL color Cylindrical-coordinate representation of color #373C8C: hue angle of 236.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373C8C is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5560140-
CMYK0.610.5700.45
HSL236.47º43.59%38.24%-
HSV(B)236.47º60.71%54.9%-
XYZ7.935.9425.54-
YUV67.62168.84119-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=21.57%
G=23.53%
B=54.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55601400.610.5700.45236.4743.5938.24
Hex373C8C3D3902Dec2c26
Octal677421475710553545446
Binary11011111110010001100111101111001010110111101100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373C8C; }

 p { color: rgb(55,60,140); }

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

<style>
 a { background-color: #373C8C; }

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

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

<style>
 span { border-color: #373C8C; }

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

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