#2A1C86

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

Shades of Persian Indigo #2A1C86

Tints of Persian Indigo #2A1C86

Color information

#2A1C86 (or 0x2A1C86) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1C and 86. RGB value is (42,28,134). Sum of RGB (Red+Green+Blue) = 42+28+134=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A1C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1C86 is #D5E379. Grayscale: #2B2B2B. Windows color (decimal): -14017402 or 8789034. OLE color: 8789034.

HSL color Cylindrical-coordinate representation of color #2A1C86: hue angle of 247.92º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A1C86 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4228134-
CMYK0.690.7900.47
HSL247.92º65.43%31.76%-
HSV(B)247.92º79.1%52.55%-
XYZ5.673.0422.84-
YUV44.27178.64126.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 134 (52.73% from 255) = 65.69%
R=20.59%
G=13.73%
B=65.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42281340.690.7900.47247.9265.4331.76
Hex2A1C86454F02Ff84120
Octal523420610511705737010140
Binary1010101110010000110100010110011110101111111110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1C86; }

 p { color: rgb(42,28,134); }

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

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

 a { background-color: rgb(42,28,134); }

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

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

 span { border-color: rgb(42,28,134); }

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