#2A056F

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

Shades of Persian Indigo #2A056F

Tints of Persian Indigo #2A056F

Color information

#2A056F (or 0x2A056F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 6F. RGB value is (42,5,111). Sum of RGB (Red+Green+Blue) = 42+5+111=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A056F is #D5FA90. Grayscale: #1B1B1B. Windows color (decimal): -14023313 or 7275818. OLE color: 7275818.

HSL color Cylindrical-coordinate representation of color #2A056F: hue angle of 260.94º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A056F is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB425111-
CMYK0.620.9500.56
HSL260.94º91.38%22.75%-
HSV(B)260.94º95.5%43.53%-
XYZ3.881.7515.17-
YUV28.15174.76137.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=26.58%
G=3.16%
B=70.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4251110.620.9500.56260.9491.3822.75
Hex2A56F3E5F0381055b17
Octal5251577613707040513327
Binary101010101110111111111010111110111000100000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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