#424179

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

Shades of Jacksons Purple #424179

Tints of Jacksons Purple #424179

Color information

#424179 (or 0x424179) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 79. RGB value is (66,65,121). Sum of RGB (Red+Green+Blue) = 66+65+121=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #424179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424179 is #BDBE86. Grayscale: #474747. Windows color (decimal): -12435079 or 7946562. OLE color: 7946562.

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

Color convert

RGB6665121-
CMYK0.450.4600.53
HSL241.07º30.11%36.47%-
HSV(B)241.07º46.28%47.45%-
XYZ7.596.3218.91-
YUV71.68155.83123.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=26.19%
G=25.79%
B=48.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66651210.450.4600.53241.0730.1136.47
Hex4241792D2E035f11e24
Octal10210117155560653613644
Binary10000101000001111100110110110111001101011111000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424179; }

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

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

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

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

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

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

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

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