#2A1889

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

Shades of Persian Indigo #2A1889

Tints of Persian Indigo #2A1889

Color information

#2A1889 (or 0x2A1889) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 89. RGB value is (42,24,137). Sum of RGB (Red+Green+Blue) = 42+24+137=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A1889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1889 is #D5E776. Grayscale: #292929. Windows color (decimal): -14018423 or 8984618. OLE color: 8984618.

HSL color Cylindrical-coordinate representation of color #2A1889: hue angle of 249.56º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1889 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4224137-
CMYK0.690.8200.46
HSL249.56º70.19%31.57%-
HSV(B)249.56º82.48%53.73%-
XYZ5.82.9523.93-
YUV42.26181.46127.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=20.69%
G=11.82%
B=67.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42241370.690.8200.46249.5670.1931.57
Hex2A1889455202Efa4620
Octal523021110512205637210640
Binary1010101100010001001100010110100100101110111110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,137); }

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

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

 a { background-color: rgb(42,24,137); }

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

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

 span { border-color: rgb(42,24,137); }

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