#424182

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

Shades of Jacksons Purple #424182

Tints of Jacksons Purple #424182

Color information

#424182 (or 0x424182) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 82. RGB value is (66,65,130). Sum of RGB (Red+Green+Blue) = 66+65+130=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #424182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424182 is #BDBE7D. Grayscale: #484848. Windows color (decimal): -12435070 or 8536386. OLE color: 8536386.

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

Color convert

RGB6665130-
CMYK0.490.5000.49
HSL240.92º33.33%38.24%-
HSV(B)240.92º50%50.98%-
XYZ8.176.5521.95-
YUV72.71160.33123.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=25.29%
G=24.90%
B=49.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66651300.490.5000.49240.9233.3338.24
Hex4241823132031f12126
Octal10210120261620613614146
Binary1000010100000110000010110001110010011000111110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424182; }

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

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

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

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

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

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

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

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