#42417B

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

Shades of Jacksons Purple #42417B

Tints of Jacksons Purple #42417B

Color information

#42417B (or 0x42417B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 7B. RGB value is (66,65,123). Sum of RGB (Red+Green+Blue) = 66+65+123=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #42417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417B is #BDBE84. Grayscale: #474747. Windows color (decimal): -12435077 or 8077634. OLE color: 8077634.

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

Color convert

RGB6665123-
CMYK0.460.4700.52
HSL241.03º30.85%36.86%-
HSV(B)241.03º47.15%48.24%-
XYZ7.716.3719.56-
YUV71.91156.83123.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=25.98%
G=25.59%
B=48.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66651230.460.4700.52241.0330.8536.86
Hex42417B2E2F034f11f25
Octal10210117356570643613745
Binary10000101000001111101110111010111101101001111000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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