#2B076D

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

Shades of Persian Indigo #2B076D

Tints of Persian Indigo #2B076D

Color information

#2B076D (or 0x2B076D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 6D. RGB value is (43,7,109). Sum of RGB (Red+Green+Blue) = 43+7+109=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B076D is #D4F892. Grayscale: #1D1D1D. Windows color (decimal): -13957267 or 7145259. OLE color: 7145259.

HSL color Cylindrical-coordinate representation of color #2B076D: hue angle of 261.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B076D is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB437109-
CMYK0.610.9400.57
HSL261.18º87.93%22.75%-
HSV(B)261.18º93.58%42.75%-
XYZ3.831.7714.61-
YUV29.39172.93137.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 109 (42.97% from 255) = 68.55%
R=27.04%
G=4.40%
B=68.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4371090.610.9400.57261.1887.9322.75
Hex2B76D3D5E0391055817
Octal5371557513607140513027
Binary101011111110110111110110111100111001100000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,7,109); }

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

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

 a { background-color: rgb(43,7,109); }

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

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

 span { border-color: rgb(43,7,109); }

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