#424181

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

Shades of Jacksons Purple #424181

Tints of Jacksons Purple #424181

Color information

#424181 (or 0x424181) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 81. RGB value is (66,65,129). Sum of RGB (Red+Green+Blue) = 66+65+129=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #424181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424181 is #BDBE7E. Grayscale: #484848. Windows color (decimal): -12435071 or 8470850. OLE color: 8470850.

HSL color Cylindrical-coordinate representation of color #424181: hue angle of 240.94º 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 #424181 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6665129-
CMYK0.490.5000.49
HSL240.94º32.99%38.04%-
HSV(B)240.94º49.61%50.59%-
XYZ8.16.5221.6-
YUV72.6159.83123.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=25.38%
G=25%
B=49.62%

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
Decimal66651290.490.5000.49240.9432.9938.04
Hex4241813132031f12126
Octal10210120161620613614146
Binary1000010100000110000001110001110010011000111110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424181; }

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

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

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

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

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

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

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

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