#2B056C

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

Shades of Persian Indigo #2B056C

Tints of Persian Indigo #2B056C

Color information

#2B056C (or 0x2B056C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 05 and 6C. RGB value is (43,5,108). Sum of RGB (Red+Green+Blue) = 43+5+108=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B056C is #D4FA93. Grayscale: #1B1B1B. Windows color (decimal): -13957780 or 7079211. OLE color: 7079211.

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

Color convert

RGB435108-
CMYK0.600.9500.58
HSL262.14º91.15%22.16%-
HSV(B)262.14º95.37%42.35%-
XYZ3.761.714.32-
YUV28.1173.09138.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 108 (42.58% from 255) = 69.23%
R=27.56%
G=3.21%
B=69.23%

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
Decimal4351080.600.9500.58262.1491.1522.16
Hex2B56C3C5F03A1065b16
Octal5351547413707240613326
Binary101011101110110011110010111110111010100000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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