#42407A

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

Shades of Jacksons Purple #42407A

Tints of Jacksons Purple #42407A

Color information

#42407A (or 0x42407A) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 7A. RGB value is (66,64,122). Sum of RGB (Red+Green+Blue) = 66+64+122=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #42407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42407A is #BDBF85. Grayscale: #464646. Windows color (decimal): -12435334 or 8011842. OLE color: 8011842.

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

Color convert

RGB6664122-
CMYK0.460.4800.52
HSL242.07º31.18%36.47%-
HSV(B)242.07º47.54%47.84%-
XYZ7.596.2319.21-
YUV71.21156.66124.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=26.19%
G=25.40%
B=48.41%

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
Decimal66641220.460.4800.52242.0731.1836.47
Hex42407A2E30034f21f24
Octal10210017256600643623744
Binary10000101000000111101010111011000001101001111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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