Shades of Persian Indigo #2D0174
Tints of Persian Indigo #2D0174
RGB
CMYK
RGB Variations
Color information
#2D0174 (or 0x2D0174) is known color: Persian Indigo. HEX triplet: 2D, 01 and 74. RGB value is (45,1,116). Sum of RGB (Red+Green+Blue) = 45+1+116=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0174 is #D2FE8B. Grayscale: #1A1A1A. Windows color (decimal): -13827724 or 7602477. OLE color: 7602477.
HSL color Cylindrical-coordinate representation of color #2D0174: hue angle of 262.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0174 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 1 | 116 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.55 |
| HSL | 262.96º | 0.98% | 0.23% | - |
| HSV(B) | 262.96º | 0.99% | 0.45% | - |
| XYZ | 4.25 | 1.84 | 16.65 | - |
| YUV | 27.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 116 | 0.61 | 0.99 | 0 | 0.55 | 262.96 | 0.98 | 0.23 |
| Hex | 2D | 1 | 74 | 3D | 63 | 0 | 37 | 107 | 62 | 17 |
| Octal | 55 | 1 | 164 | 75 | 143 | 0 | 67 | 407 | 142 | 27 |
| Binary | 101101 | 1 | 1110100 | 111101 | 1100011 | 0 | 110111 | 100000111 | 1100010 | 10111 |
Color Harmonies of #2D0174
Complementary color
Monochromatic Colors of #2D0174
Black with #2D0174
Text Example
Text Example
White with #2D0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0174; }
p { color: rgb(45,1,116); }
H1.HeaderClassName
{
color: #2D0174;
}
.AnyTagClassName
{
color: #2D0174;
}
</style>
background-color css
<style>
a { background-color: #2D0174; }
a { background-color: rgb(45,1,116); }
div.DivClassName
{
background-color: #2D0174;
}
.BgClassName
{
background-color: #2D0174;
}
</style>
border-color css
<style>
span { border-color: #2D0174; }
span { border-color: rgb(45,1,116); }
td.TdClassName
{
border-color: #2D0174;
}
.TagClassName
{
border-color: #2D0174;
}
</style>