#373579

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

Shades of Jacksons Purple #373579

Tints of Jacksons Purple #373579

Color information

#373579 (or 0x373579) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 79. RGB value is (55,53,121). Sum of RGB (Red+Green+Blue) = 55+53+121=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #373579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373579 is #C8CA86. Grayscale: #3D3D3D. Windows color (decimal): -13159047 or 7943479. OLE color: 7943479.

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

Color convert

RGB5553121-
CMYK0.550.5600.53
HSL241.76º39.08%34.12%-
HSV(B)241.76º56.2%47.45%-
XYZ6.34.7418.67-
YUV61.35161.66123.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=24.02%
G=23.14%
B=52.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55531210.550.5600.53241.7639.0834.12
Hex3735793738035f22722
Octal676517167700653624742
Binary1101111101011111001110111111000011010111110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373579; }

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

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

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

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

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

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

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

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