#2B1586

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

Shades of Persian Indigo #2B1586

Tints of Persian Indigo #2B1586

Color information

#2B1586 (or 0x2B1586) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 86. RGB value is (43,21,134). Sum of RGB (Red+Green+Blue) = 43+21+134=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B1586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1586 is #D4EA79. Grayscale: #282828. Windows color (decimal): -13953658 or 8787243. OLE color: 8787243.

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

Color convert

RGB4321134-
CMYK0.680.8400.47
HSL251.68º72.9%30.39%-
HSV(B)251.68º84.33%52.55%-
XYZ5.572.7722.8-
YUV40.46180.79129.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=21.72%
G=10.61%
B=67.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43211340.680.8400.47251.6872.930.39
Hex2B1586445402Ffc491e
Octal532520610412405737411136
Binary101011101011000011010001001010100010111111111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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