#2b1193

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

Shades of Persian Indigo #2B1193

Tints of Persian Indigo #2B1193

Color information

#2B1193 (or 0x2B1193) is unknown color: approx Persian Indigo. HEX triplet: 2B, 11 and 93. RGB value is (43,17,147). Sum of RGB (Red+Green+Blue) = 43+17+147=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B1193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1193 is #D4EE6C. Grayscale: #272727. Windows color (decimal): -13954669 or 9638187. OLE color: 9638187.

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

Color convert

RGB4317147-
CMYK0.710.8800.42
HSL252º79.27%32.16%-
HSV(B)252º88.44%57.65%-
XYZ6.463.0227.85-
YUV39.59188.61130.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.77%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 147 (57.81% from 255) = 71.01%
R=20.77%
G=8.21%
B=71.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43171470.710.8800.4225279.2732.16
Hex2B1193475802Afc4f20
Octal532122310713005237411740
Binary1010111000110010011100011110110000101010111111001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b1193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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