#2A1A7F

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

Shades of Persian Indigo #2A1A7F

Tints of Persian Indigo #2A1A7F

Color information

#2A1A7F (or 0x2A1A7F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1A and 7F. RGB value is (42,26,127). Sum of RGB (Red+Green+Blue) = 42+26+127=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A1A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A7F is #D5E580. Grayscale: #292929. Windows color (decimal): -14017921 or 8329770. OLE color: 8329770.

HSL color Cylindrical-coordinate representation of color #2A1A7F: hue angle of 249.5º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A1A7F is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4226127-
CMYK0.670.8000.50
HSL249.5º66.01%30%-
HSV(B)249.5º79.53%49.8%-
XYZ5.162.7620.34-
YUV42.3175.8127.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 127 (50% from 255) = 65.13%
R=21.54%
G=13.33%
B=65.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42261270.670.8000.50249.566.0130
Hex2A1A7F4350032fa421e
Octal523217710312006237210236
Binary10101011010111111110000111010000011001011111010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,26,127); }

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

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

 a { background-color: rgb(42,26,127); }

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

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

 span { border-color: rgb(42,26,127); }

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