#2B056A

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

Shades of Persian Indigo #2B056A

Tints of Persian Indigo #2B056A

Color information

#2B056A (or 0x2B056A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 05 and 6A. RGB value is (43,5,106). Sum of RGB (Red+Green+Blue) = 43+5+106=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B056A is #D4FA95. Grayscale: #1B1B1B. Windows color (decimal): -13957782 or 6948139. OLE color: 6948139.

HSL color Cylindrical-coordinate representation of color #2B056A: hue angle of 262.57º 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 #2B056A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB435106-
CMYK0.590.9500.58
HSL262.57º90.99%21.76%-
HSV(B)262.57º95.28%41.57%-
XYZ3.651.6613.76-
YUV27.88172.09138.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 106 (41.80% from 255) = 68.83%
R=27.92%
G=3.25%
B=68.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4351060.590.9500.58262.5790.9921.76
Hex2B56A3B5F03A1075b16
Octal5351527313707240713326
Binary101011101110101011101110111110111010100000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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