#2A118A

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

Shades of Persian Indigo #2A118A

Tints of Persian Indigo #2A118A

Color information

#2A118A (or 0x2A118A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 11 and 8A. RGB value is (42,17,138). Sum of RGB (Red+Green+Blue) = 42+17+138=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A118A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A118A is #D5EE75. Grayscale: #252525. Windows color (decimal): -14020214 or 9048362. OLE color: 9048362.

HSL color Cylindrical-coordinate representation of color #2A118A: hue angle of 252.4º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A118A is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4217138-
CMYK0.700.8800.46
HSL252.4º78.06%30.39%-
HSV(B)252.4º87.68%54.12%-
XYZ5.742.7324.27-
YUV38.27184.28130.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.32%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=21.32%
G=8.63%
B=70.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42171380.700.8800.46252.478.0630.39
Hex2A118A465802Efc4e1e
Octal522121210613005637411636
Binary101010100011000101010001101011000010111011111100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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