#2B1986

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

Shades of Persian Indigo #2B1986

Tints of Persian Indigo #2B1986

Color information

#2B1986 (or 0x2B1986) is unknown color: approx Persian Indigo. HEX triplet: 2B, 19 and 86. RGB value is (43,25,134). Sum of RGB (Red+Green+Blue) = 43+25+134=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B1986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1986 is #D4E679. Grayscale: #2A2A2A. Windows color (decimal): -13952634 or 8788267. OLE color: 8788267.

HSL color Cylindrical-coordinate representation of color #2B1986: hue angle of 249.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1986 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4325134-
CMYK0.680.8100.47
HSL249.91º68.55%31.18%-
HSV(B)249.91º81.34%52.55%-
XYZ5.652.9322.82-
YUV42.81179.46128.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 134 (52.73% from 255) = 66.34%
R=21.29%
G=12.38%
B=66.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43251340.680.8100.47249.9168.5531.18
Hex2B1986445102Ffa451f
Octal533120610412105737210537
Binary101011110011000011010001001010001010111111111010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,134); }

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

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

 a { background-color: rgb(43,25,134); }

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

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

 span { border-color: rgb(43,25,134); }

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