#2B1393

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

Shades of Persian Indigo #2B1393

Tints of Persian Indigo #2B1393

Color information

#2B1393 (or 0x2B1393) is unknown color: approx Persian Indigo. HEX triplet: 2B, 13 and 93. RGB value is (43,19,147). Sum of RGB (Red+Green+Blue) = 43+19+147=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1393 is #D4EC6C. Grayscale: #282828. Windows color (decimal): -13954157 or 9638699. OLE color: 9638699.

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

Color convert

RGB4319147-
CMYK0.710.8700.42
HSL251.25º77.11%32.55%-
HSV(B)251.25º87.07%57.65%-
XYZ6.53.0927.86-
YUV40.77187.95129.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=20.57%
G=9.09%
B=70.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43191470.710.8700.42251.2577.1132.55
Hex2B1393475702Afb4d21
Octal532322310712705237311541
Binary1010111001110010011100011110101110101010111110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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