#424579

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

Shades of Jacksons Purple #424579

Tints of Jacksons Purple #424579

Color information

#424579 (or 0x424579) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 79. RGB value is (66,69,121). Sum of RGB (Red+Green+Blue) = 66+69+121=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #424579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424579 is #BDBA86. Grayscale: #494949. Windows color (decimal): -12434055 or 7947586. OLE color: 7947586.

HSL color Cylindrical-coordinate representation of color #424579: hue angle of 236.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424579 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6669121-
CMYK0.450.4300.53
HSL236.73º29.41%36.67%-
HSV(B)236.73º45.45%47.45%-
XYZ7.836.7918.99-
YUV74.03154.51122.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=25.78%
G=26.95%
B=47.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66691210.450.4300.53236.7329.4136.67
Hex4245792D2B035ed1d25
Octal10210517155530653553545
Binary10000101000101111100110110110101101101011110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424579; }

 p { color: rgb(66,69,121); }

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

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

 a { background-color: rgb(66,69,121); }

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

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

 span { border-color: rgb(66,69,121); }

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