#421882

Color #421882 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #421882

Tints of Persian Indigo #421882

Color information

#421882 (or 0x421882) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 82. RGB value is (66,24,130). Sum of RGB (Red+Green+Blue) = 66+24+130=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #421882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421882 is #BDE77D. Grayscale: #303030. Windows color (decimal): -12445566 or 8525890. OLE color: 8525890.

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

Color convert

RGB6624130-
CMYK0.490.8200.49
HSL263.77º68.83%30.2%-
HSV(B)263.77º81.54%50.98%-
XYZ6.63.4221.43-
YUV48.64173.91140.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=30%
G=10.91%
B=59.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66241300.490.8200.49263.7768.8330.2
Hex4218823152031108451e
Octal102302026112206141010536
Binary1000010110001000001011000110100100110001100001000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421882; }

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

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

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

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

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

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

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

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