#421986

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

Shades of Persian Indigo #421986

Tints of Persian Indigo #421986

Color information

#421986 (or 0x421986) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 86. RGB value is (66,25,134). Sum of RGB (Red+Green+Blue) = 66+25+134=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #421986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421986 is #BDE679. Grayscale: #313131. Windows color (decimal): -12445306 or 8788290. OLE color: 8788290.

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

Color convert

RGB6625134-
CMYK0.510.8100.47
HSL262.57º68.55%31.18%-
HSV(B)262.57º81.34%52.55%-
XYZ6.93.5722.88-
YUV49.68175.58139.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=29.33%
G=11.11%
B=59.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66251340.510.8100.47262.5768.5531.18
Hex421986335102F107451f
Octal102312066312105740710537
Binary1000010110011000011011001110100010101111100000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421986; }

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

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

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

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

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

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

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

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