Shades of Persian Indigo #2D0891
Tints of Persian Indigo #2D0891
RGB
CMYK
RGB Variations
Color information
#2D0891 (or 0x2D0891) is known color: Persian Indigo. HEX triplet: 2D, 08 and 91. RGB value is (45,8,145). Sum of RGB (Red+Green+Blue) = 45+8+145=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D0891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0891 is #D2F76E. Grayscale: #222222. Windows color (decimal): -13825903 or 9504813. OLE color: 9504813.
HSL color Cylindrical-coordinate representation of color #2D0891: hue angle of 256.2º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0891 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 8 | 145 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.43 |
| HSL | 256.2º | 0.9% | 0.3% | - |
| HSV(B) | 256.2º | 0.94% | 0.57% | - |
| XYZ | 6.28 | 2.78 | 26.99 | - |
| YUV | 34.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 145 | 0.69 | 0.94 | 0 | 0.43 | 256.2 | 0.9 | 0.3 |
| Hex | 2D | 8 | 91 | 45 | 5E | 0 | 2B | 100 | 5A | 1E |
| Octal | 55 | 10 | 221 | 105 | 136 | 0 | 53 | 400 | 132 | 36 |
| Binary | 101101 | 1000 | 10010001 | 1000101 | 1011110 | 0 | 101011 | 100000000 | 1011010 | 11110 |
Color Harmonies of #2D0891
Complementary color
Monochromatic Colors of #2D0891
Black with #2D0891
Text Example
Text Example
White with #2D0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0891; }
p { color: rgb(45,8,145); }
H1.HeaderClassName
{
color: #2D0891;
}
.AnyTagClassName
{
color: #2D0891;
}
</style>
background-color css
<style>
a { background-color: #2D0891; }
a { background-color: rgb(45,8,145); }
div.DivClassName
{
background-color: #2D0891;
}
.BgClassName
{
background-color: #2D0891;
}
</style>
border-color css
<style>
span { border-color: #2D0891; }
span { border-color: rgb(45,8,145); }
td.TdClassName
{
border-color: #2D0891;
}
.TagClassName
{
border-color: #2D0891;
}
</style>