#42468E

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

Shades of Jacksons Purple #42468E

Tints of Jacksons Purple #42468E

Color information

#42468E (or 0x42468E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 46 and 8E. RGB value is (66,70,142). Sum of RGB (Red+Green+Blue) = 66+70+142=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #42468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42468E is #BDB971. Grayscale: #4C4C4C. Windows color (decimal): -12433778 or 9324098. OLE color: 9324098.

HSL color Cylindrical-coordinate representation of color #42468E: hue angle of 236.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42468E is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6670142-
CMYK0.540.5100.44
HSL236.84º36.54%40.78%-
HSV(B)236.84º53.52%55.69%-
XYZ9.327.4926.55-
YUV77.01164.67120.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=23.74%
G=25.18%
B=51.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66701420.540.5100.44236.8436.5440.78
Hex42468E363302Ced2529
Octal10210621666630543554551
Binary1000010100011010001110110110110011010110011101101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42468E; }

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

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

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

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

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

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

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

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