#373479

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

Shades of Jacksons Purple #373479

Tints of Jacksons Purple #373479

Color information

#373479 (or 0x373479) is unknown color: approx Jacksons Purple. HEX triplet: 37, 34 and 79. RGB value is (55,52,121). Sum of RGB (Red+Green+Blue) = 55+52+121=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #373479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373479 is #C8CB86. Grayscale: #3C3C3C. Windows color (decimal): -13159303 or 7943223. OLE color: 7943223.

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

Color convert

RGB5552121-
CMYK0.550.5700.53
HSL242.61º39.88%33.92%-
HSV(B)242.61º57.02%47.45%-
XYZ6.254.6518.66-
YUV60.76161.99123.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=24.12%
G=22.81%
B=53.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55521210.550.5700.53242.6139.8833.92
Hex3734793739035f32822
Octal676417167710653635042
Binary1101111101001111001110111111001011010111110011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373479; }

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

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

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

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

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

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

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

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