#421186

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

Shades of Persian Indigo #421186

Tints of Persian Indigo #421186

Color information

#421186 (or 0x421186) is unknown color: approx Persian Indigo. HEX triplet: 42, 11 and 86. RGB value is (66,17,134). Sum of RGB (Red+Green+Blue) = 66+17+134=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #421186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421186 is #BDEE79. Grayscale: #2C2C2C. Windows color (decimal): -12447354 or 8786242. OLE color: 8786242.

HSL color Cylindrical-coordinate representation of color #421186: hue angle of 265.13º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421186 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6617134-
CMYK0.510.8700.47
HSL265.13º77.48%29.61%-
HSV(B)265.13º87.31%52.55%-
XYZ6.753.2822.83-
YUV44.99178.23142.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 134 (52.73% from 255) = 61.75%
R=30.41%
G=7.83%
B=61.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66171340.510.8700.47265.1377.4829.61
Hex421186335702F1094d1e
Octal102212066312705741111536
Binary1000010100011000011011001110101110101111100001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421186; }

 p { color: rgb(66,17,134); }

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

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

 a { background-color: rgb(66,17,134); }

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

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

 span { border-color: rgb(66,17,134); }

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