#2B076B

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

Shades of Persian Indigo #2B076B

Tints of Persian Indigo #2B076B

Color information

#2B076B (or 0x2B076B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 6B. RGB value is (43,7,107). Sum of RGB (Red+Green+Blue) = 43+7+107=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B076B is #D4F894. Grayscale: #1C1C1C. Windows color (decimal): -13957269 or 7014187. OLE color: 7014187.

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

Color convert

RGB437107-
CMYK0.600.9300.58
HSL261.6º87.72%22.35%-
HSV(B)261.6º93.46%41.96%-
XYZ3.731.7314.05-
YUV29.16171.93137.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=27.39%
G=4.46%
B=68.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4371070.600.9300.58261.687.7222.35
Hex2B76B3C5D03A1065816
Octal5371537413507240613026
Binary101011111110101111110010111010111010100000110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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