#42407C

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

Shades of Jacksons Purple #42407C

Tints of Jacksons Purple #42407C

Color information

#42407C (or 0x42407C) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 7C. RGB value is (66,64,124). Sum of RGB (Red+Green+Blue) = 66+64+124=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #42407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407C is #BDBF83. Grayscale: #474747. Windows color (decimal): -12435332 or 8142914. OLE color: 8142914.

HSL color Cylindrical-coordinate representation of color #42407C: hue angle of 242º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42407C is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6664124-
CMYK0.470.4800.51
HSL242º31.91%36.86%-
HSV(B)242º48.39%48.63%-
XYZ7.726.2819.87-
YUV71.44157.66124.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=25.98%
G=25.20%
B=48.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66641240.470.4800.5124231.9136.86
Hex42407C2F30033f22025
Octal10210017457600633624045
Binary100001010000001111100101111110000011001111110010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,64,124); }

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

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

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

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

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

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

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