#421582

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

Shades of Persian Indigo #421582

Tints of Persian Indigo #421582

Color information

#421582 (or 0x421582) is unknown color: approx Persian Indigo. HEX triplet: 42, 15 and 82. RGB value is (66,21,130). Sum of RGB (Red+Green+Blue) = 66+21+130=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #421582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421582 is #BDEA7D. Grayscale: #2E2E2E. Windows color (decimal): -12446334 or 8525122. OLE color: 8525122.

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

Color convert

RGB6621130-
CMYK0.490.8400.49
HSL264.77º72.19%29.61%-
HSV(B)264.77º83.85%50.98%-
XYZ6.543.3121.41-
YUV46.88174.91141.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=30.41%
G=9.68%
B=59.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66211300.490.8400.49264.7772.1929.61
Hex4215823154031109481e
Octal102252026112406141111036
Binary1000010101011000001011000110101000110001100001001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421582; }

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

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

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

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

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

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

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

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