#2B1168

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

Shades of Persian Indigo #2B1168

Tints of Persian Indigo #2B1168

Color information

#2B1168 (or 0x2B1168) is unknown color: approx Persian Indigo. HEX triplet: 2B, 11 and 68. RGB value is (43,17,104). Sum of RGB (Red+Green+Blue) = 43+17+104=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1168 is #D4EE97. Grayscale: #222222. Windows color (decimal): -13954712 or 6820139. OLE color: 6820139.

HSL color Cylindrical-coordinate representation of color #2B1168: hue angle of 257.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1168 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4317104-
CMYK0.590.8400.59
HSL257.93º71.9%23.73%-
HSV(B)257.93º83.65%40.78%-
XYZ3.71.9113.27-
YUV34.69167.11133.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=26.22%
G=10.37%
B=63.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43171040.590.8400.59257.9371.923.73
Hex2B11683B5403B1024818
Octal53211507312407340211030
Binary10101110001110100011101110101000111011100000010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,104); }

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

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

 a { background-color: rgb(43,17,104); }

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

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

 span { border-color: rgb(43,17,104); }

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