#373576

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

Shades of Jacksons Purple #373576

Tints of Jacksons Purple #373576

Color information

#373576 (or 0x373576) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 76. RGB value is (55,53,118). Sum of RGB (Red+Green+Blue) = 55+53+118=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #373576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373576 is #C8CA89. Grayscale: #3C3C3C. Windows color (decimal): -13159050 or 7746871. OLE color: 7746871.

HSL color Cylindrical-coordinate representation of color #373576: hue angle of 241.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #373576 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5553118-
CMYK0.530.5500.54
HSL241.85º38.01%33.53%-
HSV(B)241.85º55.08%46.27%-
XYZ6.124.6717.72-
YUV61.01160.16123.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=24.34%
G=23.45%
B=52.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55531180.530.5500.54241.8538.0133.53
Hex3735763537036f22622
Octal676516665670663624642
Binary1101111101011110110110101110111011011011110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373576; }

 p { color: rgb(55,53,118); }

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

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

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

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

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

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

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