#424278

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

Shades of Jacksons Purple #424278

Tints of Jacksons Purple #424278

Color information

#424278 (or 0x424278) is unknown color: approx Jacksons Purple. HEX triplet: 42, 42 and 78. RGB value is (66,66,120). Sum of RGB (Red+Green+Blue) = 66+66+120=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #424278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424278 is #BDBD87. Grayscale: #474747. Windows color (decimal): -12434824 or 7881282. OLE color: 7881282.

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

Color convert

RGB6666120-
CMYK0.450.4500.53
HSL240º29.03%36.47%-
HSV(B)240º45%47.06%-
XYZ7.596.4118.61-
YUV72.16155123.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=26.19%
G=26.19%
B=47.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66661200.450.4500.5324029.0336.47
Hex4242782D2D035f01d24
Octal10210217055550653603544
Binary10000101000010111100010110110110101101011111000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424278; }

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

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

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

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

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

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

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

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