#2B1E87

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

Shades of Persian Indigo #2B1E87

Tints of Persian Indigo #2B1E87

Color information

#2B1E87 (or 0x2B1E87) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1E and 87. RGB value is (43,30,135). Sum of RGB (Red+Green+Blue) = 43+30+135=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1E87 is #D4E178. Grayscale: #2D2D2D. Windows color (decimal): -13951353 or 8855083. OLE color: 8855083.

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

Color convert

RGB4330135-
CMYK0.680.7800.47
HSL247.43º63.64%32.35%-
HSV(B)247.43º77.78%52.94%-
XYZ5.833.1923.23-
YUV45.86178.31125.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.67%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 135 (53.12% from 255) = 64.90%
R=20.67%
G=14.42%
B=64.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43301350.680.7800.47247.4363.6432.35
Hex2B1E87444E02Ff74020
Octal533620710411605736710040
Binary1010111111010000111100010010011100101111111101111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,135); }

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

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

 a { background-color: rgb(43,30,135); }

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

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

 span { border-color: rgb(43,30,135); }

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