#2B176A

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

Shades of Persian Indigo #2B176A

Tints of Persian Indigo #2B176A

Color information

#2B176A (or 0x2B176A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 17 and 6A. RGB value is (43,23,106). Sum of RGB (Red+Green+Blue) = 43+23+106=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B176A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B176A is #D4E895. Grayscale: #262626. Windows color (decimal): -13953174 or 6952747. OLE color: 6952747.

HSL color Cylindrical-coordinate representation of color #2B176A: hue angle of 254.46º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B176A is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4323106-
CMYK0.590.7800.58
HSL254.46º64.34%25.29%-
HSV(B)254.46º78.3%41.57%-
XYZ3.92.1713.85-
YUV38.44166.13131.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 106 (41.80% from 255) = 61.63%
R=25%
G=13.37%
B=61.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43231060.590.7800.58254.4664.3425.29
Hex2B176A3B4E03Afe4019
Octal53271527311607237610031
Binary1010111011111010101110111001110011101011111110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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