#424082

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

Shades of Jacksons Purple #424082

Tints of Jacksons Purple #424082

Color information

#424082 (or 0x424082) is unknown color: approx Jacksons Purple. HEX triplet: 42, 40 and 82. RGB value is (66,64,130). Sum of RGB (Red+Green+Blue) = 66+64+130=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #424082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424082 is #BDBF7D. Grayscale: #474747. Windows color (decimal): -12435326 or 8536130. OLE color: 8536130.

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

Color convert

RGB6664130-
CMYK0.490.5100.49
HSL241.82º34.02%38.04%-
HSV(B)241.82º50.77%50.98%-
XYZ8.116.4421.93-
YUV72.12160.66123.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 130 (51.17% from 255) = 50%
R=25.38%
G=24.62%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66641300.490.5100.49241.8234.0238.04
Hex4240823133031f22226
Octal10210020261630613624246
Binary1000010100000010000010110001110011011000111110010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424082; }

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

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

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

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

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

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

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

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