#2A056A

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

Shades of Persian Indigo #2A056A

Tints of Persian Indigo #2A056A

Color information

#2A056A (or 0x2A056A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 6A. RGB value is (42,5,106). Sum of RGB (Red+Green+Blue) = 42+5+106=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A056A is #D5FA95. Grayscale: #1B1B1B. Windows color (decimal): -14023318 or 6948138. OLE color: 6948138.

HSL color Cylindrical-coordinate representation of color #2A056A: hue angle of 261.98º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A056A is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB425106-
CMYK0.600.9500.58
HSL261.98º90.99%21.76%-
HSV(B)261.98º95.28%41.57%-
XYZ3.611.6413.76-
YUV27.58172.26138.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 106 (41.80% from 255) = 69.28%
R=27.45%
G=3.27%
B=69.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4251060.600.9500.58261.9890.9921.76
Hex2A56A3C5F03A1065b16
Octal5251527413707240613326
Binary101010101110101011110010111110111010100000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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