Shades of Persian Indigo #2D0995
Tints of Persian Indigo #2D0995
RGB
CMYK
RGB Variations
Color information
#2D0995 (or 0x2D0995) is known color: Persian Indigo. HEX triplet: 2D, 09 and 95. RGB value is (45,9,149). Sum of RGB (Red+Green+Blue) = 45+9+149=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D0995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0995 is #D2F66A. Grayscale: #232323. Windows color (decimal): -13825643 or 9767213. OLE color: 9767213.
HSL color Cylindrical-coordinate representation of color #2D0995: hue angle of 255.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0995 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 9 | 149 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.42 |
| HSL | 255.43º | 0.89% | 0.31% | - |
| HSV(B) | 255.43º | 0.94% | 0.58% | - |
| XYZ | 6.6 | 2.92 | 28.65 | - |
| YUV | 35.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 149 | 0.70 | 0.94 | 0 | 0.42 | 255.43 | 0.89 | 0.31 |
| Hex | 2D | 9 | 95 | 46 | 5E | 0 | 2A | FF | 59 | 1F |
| Octal | 55 | 11 | 225 | 106 | 136 | 0 | 52 | 377 | 131 | 37 |
| Binary | 101101 | 1001 | 10010101 | 1000110 | 1011110 | 0 | 101010 | 11111111 | 1011001 | 11111 |
Color Harmonies of #2D0995
Complementary color
Monochromatic Colors of #2D0995
Black with #2D0995
Text Example
Text Example
White with #2D0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0995; }
p { color: rgb(45,9,149); }
H1.HeaderClassName
{
color: #2D0995;
}
.AnyTagClassName
{
color: #2D0995;
}
</style>
background-color css
<style>
a { background-color: #2D0995; }
a { background-color: rgb(45,9,149); }
div.DivClassName
{
background-color: #2D0995;
}
.BgClassName
{
background-color: #2D0995;
}
</style>
border-color css
<style>
span { border-color: #2D0995; }
span { border-color: rgb(45,9,149); }
td.TdClassName
{
border-color: #2D0995;
}
.TagClassName
{
border-color: #2D0995;
}
</style>