Shades of Persian Indigo #2D1692
Tints of Persian Indigo #2D1692
RGB
CMYK
RGB Variations
Color information
#2D1692 (or 0x2D1692) is known color: Persian Indigo. HEX triplet: 2D, 16 and 92. RGB value is (45,22,146). Sum of RGB (Red+Green+Blue) = 45+22+146=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1692 is #D2E96D. Grayscale: #2A2A2A. Windows color (decimal): -13822318 or 9573933. OLE color: 9573933.
HSL color Cylindrical-coordinate representation of color #2D1692: hue angle of 251.13º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1692 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 22 | 146 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.43 |
| HSL | 251.13º | 0.74% | 0.33% | - |
| HSV(B) | 251.13º | 0.85% | 0.57% | - |
| XYZ | 6.56 | 3.21 | 27.47 | - |
| YUV | 43.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 146 | 0.69 | 0.85 | 0 | 0.43 | 251.13 | 0.74 | 0.33 |
| Hex | 2D | 16 | 92 | 45 | 55 | 0 | 2B | FB | 4A | 21 |
| Octal | 55 | 26 | 222 | 105 | 125 | 0 | 53 | 373 | 112 | 41 |
| Binary | 101101 | 10110 | 10010010 | 1000101 | 1010101 | 0 | 101011 | 11111011 | 1001010 | 100001 |
Color Harmonies of #2D1692
Complementary color
Monochromatic Colors of #2D1692
Black with #2D1692
Text Example
Text Example
White with #2D1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1692; }
p { color: rgb(45,22,146); }
H1.HeaderClassName
{
color: #2D1692;
}
.AnyTagClassName
{
color: #2D1692;
}
</style>
background-color css
<style>
a { background-color: #2D1692; }
a { background-color: rgb(45,22,146); }
div.DivClassName
{
background-color: #2D1692;
}
.BgClassName
{
background-color: #2D1692;
}
</style>
border-color css
<style>
span { border-color: #2D1692; }
span { border-color: rgb(45,22,146); }
td.TdClassName
{
border-color: #2D1692;
}
.TagClassName
{
border-color: #2D1692;
}
</style>