#2A027A

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

Shades of Persian Indigo #2A027A

Tints of Persian Indigo #2A027A

Color information

#2A027A (or 0x2A027A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 02 and 7A. RGB value is (42,2,122). Sum of RGB (Red+Green+Blue) = 42+2+122=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A027A is #D5FD85. Grayscale: #1B1B1B. Windows color (decimal): -14024070 or 7995946. OLE color: 7995946.

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

Color convert

RGB422122-
CMYK0.660.9800.52
HSL260º96.77%24.31%-
HSV(B)260º98.36%47.84%-
XYZ4.491.9418.55-
YUV27.64181.25138.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=25.30%
G=1.20%
B=73.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4221220.660.9800.5226096.7724.31
Hex2A27A42620341046118
Octal52217210214206440414130
Binary101010101111010100001011000100110100100000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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