#2A1881

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

Shades of Persian Indigo #2A1881

Tints of Persian Indigo #2A1881

Color information

#2A1881 (or 0x2A1881) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 81. RGB value is (42,24,129). Sum of RGB (Red+Green+Blue) = 42+24+129=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A1881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1881 is #D5E77E. Grayscale: #282828. Windows color (decimal): -14018431 or 8460330. OLE color: 8460330.

HSL color Cylindrical-coordinate representation of color #2A1881: hue angle of 250.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A1881 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4224129-
CMYK0.670.8100.49
HSL250.29º68.63%30%-
HSV(B)250.29º81.4%50.59%-
XYZ5.242.7321.02-
YUV41.35177.46128.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 129 (50.78% from 255) = 66.15%
R=21.54%
G=12.31%
B=66.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42241290.670.8100.49250.2968.6330
Hex2A18814351031fa451e
Octal523020110312106137210536
Binary101010110001000000110000111010001011000111111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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