#2A1187

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

Shades of Persian Indigo #2A1187

Tints of Persian Indigo #2A1187

Color information

#2A1187 (or 0x2A1187) is unknown color: approx Persian Indigo. HEX triplet: 2A, 11 and 87. RGB value is (42,17,135). Sum of RGB (Red+Green+Blue) = 42+17+135=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A1187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1187 is #D5EE78. Grayscale: #252525. Windows color (decimal): -14020217 or 8851754. OLE color: 8851754.

HSL color Cylindrical-coordinate representation of color #2A1187: hue angle of 252.71º degrees, saturation: 0.78, 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 #2A1187 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4217135-
CMYK0.690.8700.47
HSL252.71º77.63%29.8%-
HSV(B)252.71º87.41%52.94%-
XYZ5.532.6423.14-
YUV37.93182.78130.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 135 (53.12% from 255) = 69.59%
R=21.65%
G=8.76%
B=69.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42171350.690.8700.47252.7177.6329.8
Hex2A1187455702Ffd4e1e
Octal522120710512705737511636
Binary101010100011000011110001011010111010111111111101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,17,135); }

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

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

 a { background-color: rgb(42,17,135); }

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

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

 span { border-color: rgb(42,17,135); }

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