Shades of Persian Indigo #2B2588
Tints of Persian Indigo #2B2588
RGB
CMYK
RGB Variations
Color information
#2B2588 (or 0x2B2588) is known color: Persian Indigo. HEX triplet: 2B, 25 and 88. RGB value is (43,37,136). Sum of RGB (Red+Green+Blue) = 43+37+136=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2588 is #D4DA77. Grayscale: #313131. Windows color (decimal): -13949560 or 8922411. OLE color: 8922411.
HSL color Cylindrical-coordinate representation of color #2B2588: hue angle of 243.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2588 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 37 | 136 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.47 |
| HSL | 243.64º | 0.57% | 0.34% | - |
| HSV(B) | 243.64º | 0.73% | 0.53% | - |
| XYZ | 6.1 | 3.61 | 23.67 | - |
| YUV | 50.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 136 | 0.68 | 0.73 | 0 | 0.47 | 243.64 | 0.57 | 0.34 |
| Hex | 2B | 25 | 88 | 44 | 49 | 0 | 2F | F4 | 39 | 22 |
| Octal | 53 | 45 | 210 | 104 | 111 | 0 | 57 | 364 | 71 | 42 |
| Binary | 101011 | 100101 | 10001000 | 1000100 | 1001001 | 0 | 101111 | 11110100 | 111001 | 100010 |
Color Harmonies of #2B2588
Complementary color
Monochromatic Colors of #2B2588
Black with #2B2588
Text Example
Text Example
White with #2B2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2588; }
p { color: rgb(43,37,136); }
H1.HeaderClassName
{
color: #2B2588;
}
.AnyTagClassName
{
color: #2B2588;
}
</style>
background-color css
<style>
a { background-color: #2B2588; }
a { background-color: rgb(43,37,136); }
div.DivClassName
{
background-color: #2B2588;
}
.BgClassName
{
background-color: #2B2588;
}
</style>
border-color css
<style>
span { border-color: #2B2588; }
span { border-color: rgb(43,37,136); }
td.TdClassName
{
border-color: #2B2588;
}
.TagClassName
{
border-color: #2B2588;
}
</style>