#2A018E

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

Shades of Persian Indigo #2A018E

Tints of Persian Indigo #2A018E

Color information

#2A018E (or 0x2A018E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 8E. RGB value is (42,1,142). Sum of RGB (Red+Green+Blue) = 42+1+142=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A018E is #D5FE71. Grayscale: #1C1C1C. Windows color (decimal): -14024306 or 9306410. OLE color: 9306410.

HSL color Cylindrical-coordinate representation of color #2A018E: hue angle of 257.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A018E is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB421142-
CMYK0.700.9900.44
HSL257.45º98.6%28.04%-
HSV(B)257.45º99.3%55.69%-
XYZ5.852.4725.76-
YUV29.33191.58137.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 142 (55.86% from 255) = 76.76%
R=22.70%
G=0.54%
B=76.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4211420.700.9900.44257.4598.628.04
Hex2A18E466302C101631c
Octal52121610614305440114334
Binary101010110001110100011011000110101100100000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,1,142); }

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

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

 a { background-color: rgb(42,1,142); }

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

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

 span { border-color: rgb(42,1,142); }

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