#42407F

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

Shades of Jacksons Purple #42407F

Tints of Jacksons Purple #42407F

Color information

#42407F (or 0x42407F) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 7F. RGB value is (66,64,127). Sum of RGB (Red+Green+Blue) = 66+64+127=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #42407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407F is #BDBF80. Grayscale: #474747. Windows color (decimal): -12435329 or 8339522. OLE color: 8339522.

HSL color Cylindrical-coordinate representation of color #42407F: hue angle of 241.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42407F is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6664127-
CMYK0.480.5000.50
HSL241.9º32.98%37.45%-
HSV(B)241.9º49.61%49.8%-
XYZ7.916.3620.89-
YUV71.78159.16123.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 127 (50% from 255) = 49.42%
R=25.68%
G=24.90%
B=49.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66641270.480.5000.50241.932.9837.45
Hex42407F3032032f22125
Octal10210017760620623624145
Binary100001010000001111111110000110010011001011110010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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