Shades of Persian Indigo #2D1792
Tints of Persian Indigo #2D1792
RGB
CMYK
RGB Variations
Color information
#2D1792 (or 0x2D1792) is known color: Persian Indigo. HEX triplet: 2D, 17 and 92. RGB value is (45,23,146). Sum of RGB (Red+Green+Blue) = 45+23+146=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1792 is #D2E86D. Grayscale: #2B2B2B. Windows color (decimal): -13822062 or 9574189. OLE color: 9574189.
HSL color Cylindrical-coordinate representation of color #2D1792: hue angle of 250.73º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1792 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 23 | 146 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.43 |
| HSL | 250.73º | 0.73% | 0.33% | - |
| HSV(B) | 250.73º | 0.84% | 0.57% | - |
| XYZ | 6.58 | 3.25 | 27.47 | - |
| YUV | 43.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 146 | 0.69 | 0.84 | 0 | 0.43 | 250.73 | 0.73 | 0.33 |
| Hex | 2D | 17 | 92 | 45 | 54 | 0 | 2B | FB | 49 | 21 |
| Octal | 55 | 27 | 222 | 105 | 124 | 0 | 53 | 373 | 111 | 41 |
| Binary | 101101 | 10111 | 10010010 | 1000101 | 1010100 | 0 | 101011 | 11111011 | 1001001 | 100001 |
Color Harmonies of #2D1792
Complementary color
Monochromatic Colors of #2D1792
Black with #2D1792
Text Example
Text Example
White with #2D1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1792; }
p { color: rgb(45,23,146); }
H1.HeaderClassName
{
color: #2D1792;
}
.AnyTagClassName
{
color: #2D1792;
}
</style>
background-color css
<style>
a { background-color: #2D1792; }
a { background-color: rgb(45,23,146); }
div.DivClassName
{
background-color: #2D1792;
}
.BgClassName
{
background-color: #2D1792;
}
</style>
border-color css
<style>
span { border-color: #2D1792; }
span { border-color: rgb(45,23,146); }
td.TdClassName
{
border-color: #2D1792;
}
.TagClassName
{
border-color: #2D1792;
}
</style>