#2B1588

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

Shades of Persian Indigo #2B1588

Tints of Persian Indigo #2B1588

Color information

#2B1588 (or 0x2B1588) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 88. RGB value is (43,21,136). Sum of RGB (Red+Green+Blue) = 43+21+136=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1588 is #D4EA77. Grayscale: #282828. Windows color (decimal): -13953656 or 8918315. OLE color: 8918315.

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

Color convert

RGB4321136-
CMYK0.680.8500.47
HSL251.48º73.25%30.78%-
HSV(B)251.48º84.56%53.33%-
XYZ5.712.8323.54-
YUV40.69181.79129.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 136 (53.52% from 255) = 68%
R=21.5%
G=10.5%
B=68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43211360.680.8500.47251.4873.2530.78
Hex2B1588445502Ffb491f
Octal532521010412505737311137
Binary101011101011000100010001001010101010111111111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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