#42478C

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

Shades of Jacksons Purple #42478C

Tints of Jacksons Purple #42478C

Color information

#42478C (or 0x42478C) is unknown color: approx Jacksons Purple. HEX triplet: 42, 47 and 8C. RGB value is (66,71,140). Sum of RGB (Red+Green+Blue) = 66+71+140=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #42478C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42478C is #BDB873. Grayscale: #4D4D4D. Windows color (decimal): -12433524 or 9193282. OLE color: 9193282.

HSL color Cylindrical-coordinate representation of color #42478C: hue angle of 235.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42478C is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6671140-
CMYK0.530.4900.45
HSL235.95º35.92%40.39%-
HSV(B)235.95º52.86%54.9%-
XYZ9.237.5625.78-
YUV77.37163.34119.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=23.83%
G=25.63%
B=50.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66711400.530.4900.45235.9535.9240.39
Hex42478C353102Dec2428
Octal10210721465610553544450
Binary1000010100011110001100110101110001010110111101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42478C; }

 p { color: rgb(66,71,140); }

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

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

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

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

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

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

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