#424978

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

Shades of Jacksons Purple #424978

Tints of Jacksons Purple #424978

Color information

#424978 (or 0x424978) is unknown color: approx Jacksons Purple. HEX triplet: 42, 49 and 78. RGB value is (66,73,120). Sum of RGB (Red+Green+Blue) = 66+73+120=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #424978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424978 is #BDB687. Grayscale: #4C4C4C. Windows color (decimal): -12433032 or 7883074. OLE color: 7883074.

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

Color convert

RGB6673120-
CMYK0.450.3900.53
HSL232.22º29.03%36.47%-
HSV(B)232.22º45%47.06%-
XYZ8.027.2818.75-
YUV76.26152.68120.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=25.48%
G=28.19%
B=46.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66731200.450.3900.53232.2229.0336.47
Hex4249782D27035e81d24
Octal10211117055470653503544
Binary10000101001001111100010110110011101101011110100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424978; }

 p { color: rgb(66,73,120); }

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

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

 a { background-color: rgb(66,73,120); }

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

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

 span { border-color: rgb(66,73,120); }

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