#2b1f88

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

Shades of Persian Indigo #2B1F88

Tints of Persian Indigo #2B1F88

Color information

#2B1F88 (or 0x2B1F88) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1F and 88. RGB value is (43,31,136). Sum of RGB (Red+Green+Blue) = 43+31+136=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B1F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F88 is #D4E077. Grayscale: #2E2E2E. Windows color (decimal): -13951096 or 8920875. OLE color: 8920875.

HSL color Cylindrical-coordinate representation of color #2B1F88: hue angle of 246.86º 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 #2B1F88 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4331136-
CMYK0.680.7700.47
HSL246.86º62.87%32.75%-
HSV(B)246.86º77.21%53.33%-
XYZ5.933.2723.61-
YUV46.56178.48125.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=20.48%
G=14.76%
B=64.76%

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
Decimal43311360.680.7700.47246.8662.8732.75
Hex2B1F88444D02Ff73f21
Octal53372101041150573677741
Binary101011111111000100010001001001101010111111110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b1f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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