#42407E

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

Shades of Jacksons Purple #42407E

Tints of Jacksons Purple #42407E

Color information

#42407E (or 0x42407E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 7E. RGB value is (66,64,126). Sum of RGB (Red+Green+Blue) = 66+64+126=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #42407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407E is #BDBF81. Grayscale: #474747. Windows color (decimal): -12435330 or 8273986. OLE color: 8273986.

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

Color convert

RGB6664126-
CMYK0.480.4900.51
HSL241.94º32.63%37.25%-
HSV(B)241.94º49.21%49.41%-
XYZ7.856.3320.55-
YUV71.67158.66123.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=25.78%
G=25%
B=49.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66641260.480.4900.51241.9432.6337.25
Hex42407E3031033f22125
Octal10210017660610633624145
Binary100001010000001111110110000110001011001111110010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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