Shades of Persian Indigo #2D0196
Tints of Persian Indigo #2D0196
RGB
CMYK
RGB Variations
Color information
#2D0196 (or 0x2D0196) is known color: Persian Indigo. HEX triplet: 2D, 01 and 96. RGB value is (45,1,150). Sum of RGB (Red+Green+Blue) = 45+1+150=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 150 (58.98% from 255 or 76.53% from 196); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D0196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0196 is #D2FE69. Grayscale: #1E1E1E. Windows color (decimal): -13827690 or 9830701. OLE color: 9830701.
HSL color Cylindrical-coordinate representation of color #2D0196: hue angle of 257.72º 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 #2D0196 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 1 | 150 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.41 |
| HSL | 257.72º | 0.99% | 0.3% | - |
| HSV(B) | 257.72º | 0.99% | 0.59% | - |
| XYZ | 6.6 | 2.78 | 29.04 | - |
| YUV | 31.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 150 | 0.70 | 0.99 | 0 | 0.41 | 257.72 | 0.99 | 0.3 |
| Hex | 2D | 1 | 96 | 46 | 63 | 0 | 29 | 102 | 63 | 1E |
| Octal | 55 | 1 | 226 | 106 | 143 | 0 | 51 | 402 | 143 | 36 |
| Binary | 101101 | 1 | 10010110 | 1000110 | 1100011 | 0 | 101001 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2D0196
Complementary color
Monochromatic Colors of #2D0196
Black with #2D0196
Text Example
Text Example
White with #2D0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0196; }
p { color: rgb(45,1,150); }
H1.HeaderClassName
{
color: #2D0196;
}
.AnyTagClassName
{
color: #2D0196;
}
</style>
background-color css
<style>
a { background-color: #2D0196; }
a { background-color: rgb(45,1,150); }
div.DivClassName
{
background-color: #2D0196;
}
.BgClassName
{
background-color: #2D0196;
}
</style>
border-color css
<style>
span { border-color: #2D0196; }
span { border-color: rgb(45,1,150); }
td.TdClassName
{
border-color: #2D0196;
}
.TagClassName
{
border-color: #2D0196;
}
</style>