#2B1F87

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

Shades of Persian Indigo #2B1F87

Tints of Persian Indigo #2B1F87

Color information

#2B1F87 (or 0x2B1F87) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1F and 87. RGB value is (43,31,135). Sum of RGB (Red+Green+Blue) = 43+31+135=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B1F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F87 is #D4E078. Grayscale: #2E2E2E. Windows color (decimal): -13951097 or 8855339. OLE color: 8855339.

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

Color convert

RGB4331135-
CMYK0.680.7700.47
HSL246.92º62.65%32.55%-
HSV(B)246.92º77.04%52.94%-
XYZ5.863.2423.24-
YUV46.44177.98125.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 135 (53.12% from 255) = 64.59%
R=20.57%
G=14.83%
B=64.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43311350.680.7700.47246.9262.6532.55
Hex2B1F87444D02Ff73f21
Octal53372071041150573677741
Binary101011111111000011110001001001101010111111110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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