#424678

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

Shades of Jacksons Purple #424678

Tints of Jacksons Purple #424678

Color information

#424678 (or 0x424678) is unknown color: approx Jacksons Purple. HEX triplet: 42, 46 and 78. RGB value is (66,70,120). Sum of RGB (Red+Green+Blue) = 66+70+120=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #424678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424678 is #BDB987. Grayscale: #4A4A4A. Windows color (decimal): -12433800 or 7882306. OLE color: 7882306.

HSL color Cylindrical-coordinate representation of color #424678: hue angle of 235.56º 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 #424678 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6670120-
CMYK0.450.4200.53
HSL235.56º29.03%36.47%-
HSV(B)235.56º45%47.06%-
XYZ7.836.8918.69-
YUV74.5153.67121.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=25.78%
G=27.34%
B=46.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66701200.450.4200.53235.5629.0336.47
Hex4246782D2A035ec1d24
Octal10210617055520653543544
Binary10000101000110111100010110110101001101011110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424678; }

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

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

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

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

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

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

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

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