#42407B

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

Shades of Jacksons Purple #42407B

Tints of Jacksons Purple #42407B

Color information

#42407B (or 0x42407B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 7B. RGB value is (66,64,123). Sum of RGB (Red+Green+Blue) = 66+64+123=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #42407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407B is #BDBF84. Grayscale: #474747. Windows color (decimal): -12435333 or 8077378. OLE color: 8077378.

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

Color convert

RGB6664123-
CMYK0.460.4800.52
HSL242.03º31.55%36.67%-
HSV(B)242.03º47.97%48.24%-
XYZ7.666.2619.54-
YUV71.32157.16124.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=26.09%
G=25.30%
B=48.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66641230.460.4800.52242.0331.5536.67
Hex42407B2E30034f22025
Octal10210017356600643624045
Binary100001010000001111011101110110000011010011110010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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