#42417A

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

Shades of Jacksons Purple #42417A

Tints of Jacksons Purple #42417A

Color information

#42417A (or 0x42417A) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 7A. RGB value is (66,65,122). Sum of RGB (Red+Green+Blue) = 66+65+122=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #42417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42417A is #BDBE85. Grayscale: #474747. Windows color (decimal): -12435078 or 8012098. OLE color: 8012098.

HSL color Cylindrical-coordinate representation of color #42417A: hue angle of 241.05º degrees, saturation: 0.3, 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 #42417A is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6665122-
CMYK0.460.4700.52
HSL241.05º30.48%36.67%-
HSV(B)241.05º46.72%47.84%-
XYZ7.656.3419.23-
YUV71.8156.33123.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=26.09%
G=25.69%
B=48.22%

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
Decimal66651220.460.4700.52241.0530.4836.67
Hex42417A2E2F034f11e25
Octal10210117256570643613645
Binary10000101000001111101010111010111101101001111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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