Shades of Persian Indigo #2D1C94
Tints of Persian Indigo #2D1C94
RGB
CMYK
RGB Variations
Color information
#2D1C94 (or 0x2D1C94) is known color: Persian Indigo. HEX triplet: 2D, 1C and 94. RGB value is (45,28,148). Sum of RGB (Red+Green+Blue) = 45+28+148=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D1C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1C94 is #D2E36B. Grayscale: #2E2E2E. Windows color (decimal): -13820780 or 9706541. OLE color: 9706541.
HSL color Cylindrical-coordinate representation of color #2D1C94: hue angle of 248.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1C94 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 28 | 148 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.42 |
| HSL | 248.5º | 0.68% | 0.35% | - |
| HSV(B) | 248.5º | 0.81% | 0.58% | - |
| XYZ | 6.84 | 3.53 | 28.34 | - |
| YUV | 46.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 148 | 0.70 | 0.81 | 0 | 0.42 | 248.5 | 0.68 | 0.35 |
| Hex | 2D | 1C | 94 | 46 | 51 | 0 | 2A | F9 | 44 | 23 |
| Octal | 55 | 34 | 224 | 106 | 121 | 0 | 52 | 371 | 104 | 43 |
| Binary | 101101 | 11100 | 10010100 | 1000110 | 1010001 | 0 | 101010 | 11111001 | 1000100 | 100011 |
Color Harmonies of #2D1C94
Complementary color
Monochromatic Colors of #2D1C94
Black with #2D1C94
Text Example
Text Example
White with #2D1C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1C94; }
p { color: rgb(45,28,148); }
H1.HeaderClassName
{
color: #2D1C94;
}
.AnyTagClassName
{
color: #2D1C94;
}
</style>
background-color css
<style>
a { background-color: #2D1C94; }
a { background-color: rgb(45,28,148); }
div.DivClassName
{
background-color: #2D1C94;
}
.BgClassName
{
background-color: #2D1C94;
}
</style>
border-color css
<style>
span { border-color: #2D1C94; }
span { border-color: rgb(45,28,148); }
td.TdClassName
{
border-color: #2D1C94;
}
.TagClassName
{
border-color: #2D1C94;
}
</style>