#2b076c

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

Shades of Persian Indigo #2B076C

Tints of Persian Indigo #2B076C

Color information

#2B076C (or 0x2B076C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 6C. RGB value is (43,7,108). Sum of RGB (Red+Green+Blue) = 43+7+108=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B076C is #D4F893. Grayscale: #1C1C1C. Windows color (decimal): -13957268 or 7079723. OLE color: 7079723.

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

Color convert

RGB437108-
CMYK0.600.9400.58
HSL261.39º87.83%22.55%-
HSV(B)261.39º93.52%42.35%-
XYZ3.781.7514.33-
YUV29.28172.43137.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 108 (42.58% from 255) = 68.35%
R=27.22%
G=4.43%
B=68.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4371080.600.9400.58261.3987.8322.55
Hex2B76C3C5E03A1055817
Octal5371547413607240513027
Binary101011111110110011110010111100111010100000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b076c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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