#2A057A

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

Shades of Persian Indigo #2A057A

Tints of Persian Indigo #2A057A

Color information

#2A057A (or 0x2A057A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 7A. RGB value is (42,5,122). Sum of RGB (Red+Green+Blue) = 42+5+122=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A057A is #D5FA85. Grayscale: #1C1C1C. Windows color (decimal): -14023302 or 7996714. OLE color: 7996714.

HSL color Cylindrical-coordinate representation of color #2A057A: hue angle of 258.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A057A is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB425122-
CMYK0.660.9600.52
HSL258.97º92.13%24.9%-
HSV(B)258.97º95.9%47.84%-
XYZ4.522.0118.56-
YUV29.4180.26136.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 122 (48.05% from 255) = 72.19%
R=24.85%
G=2.96%
B=72.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4251220.660.9600.52258.9792.1324.9
Hex2A57A42600341035c19
Octal52517210214006440313431
Binary1010101011111010100001011000000110100100000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,5,122); }

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

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

 a { background-color: rgb(42,5,122); }

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

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

 span { border-color: rgb(42,5,122); }

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