Shades of Persian Indigo #2D0197
Tints of Persian Indigo #2D0197
RGB
CMYK
RGB Variations
Color information
#2D0197 (or 0x2D0197) is known color: Persian Indigo. HEX triplet: 2D, 01 and 97. RGB value is (45,1,151). Sum of RGB (Red+Green+Blue) = 45+1+151=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D0197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0197 is #D2FE68. Grayscale: #1E1E1E. Windows color (decimal): -13827689 or 9896237. OLE color: 9896237.
HSL color Cylindrical-coordinate representation of color #2D0197: hue angle of 257.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0197 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 1 | 151 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.41 |
| HSL | 257.6º | 0.99% | 0.3% | - |
| HSV(B) | 257.6º | 0.99% | 0.59% | - |
| XYZ | 6.68 | 2.81 | 29.47 | - |
| YUV | 31.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 151 | 0.70 | 0.99 | 0 | 0.41 | 257.6 | 0.99 | 0.3 |
| Hex | 2D | 1 | 97 | 46 | 63 | 0 | 29 | 102 | 63 | 1E |
| Octal | 55 | 1 | 227 | 106 | 143 | 0 | 51 | 402 | 143 | 36 |
| Binary | 101101 | 1 | 10010111 | 1000110 | 1100011 | 0 | 101001 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2D0197
Complementary color
Monochromatic Colors of #2D0197
Black with #2D0197
Text Example
Text Example
White with #2D0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0197; }
p { color: rgb(45,1,151); }
H1.HeaderClassName
{
color: #2D0197;
}
.AnyTagClassName
{
color: #2D0197;
}
</style>
background-color css
<style>
a { background-color: #2D0197; }
a { background-color: rgb(45,1,151); }
div.DivClassName
{
background-color: #2D0197;
}
.BgClassName
{
background-color: #2D0197;
}
</style>
border-color css
<style>
span { border-color: #2D0197; }
span { border-color: rgb(45,1,151); }
td.TdClassName
{
border-color: #2D0197;
}
.TagClassName
{
border-color: #2D0197;
}
</style>