Shades of Persian Indigo #2D177E
Tints of Persian Indigo #2D177E
RGB
CMYK
RGB Variations
Color information
#2D177E (or 0x2D177E) is known color: Persian Indigo. HEX triplet: 2D, 17 and 7E. RGB value is (45,23,126). Sum of RGB (Red+Green+Blue) = 45+23+126=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #2D177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D177E is #D2E881. Grayscale: #282828. Windows color (decimal): -13822082 or 8263469. OLE color: 8263469.
HSL color Cylindrical-coordinate representation of color #2D177E: hue angle of 252.82º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D177E is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 23 | 126 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.51 |
| HSL | 252.82º | 0.69% | 0.29% | - |
| HSV(B) | 252.82º | 0.82% | 0.49% | - |
| XYZ | 5.15 | 2.68 | 19.98 | - |
| YUV | 41.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 126 | 0.64 | 0.82 | 0 | 0.51 | 252.82 | 0.69 | 0.29 |
| Hex | 2D | 17 | 7E | 40 | 52 | 0 | 33 | FD | 45 | 1D |
| Octal | 55 | 27 | 176 | 100 | 122 | 0 | 63 | 375 | 105 | 35 |
| Binary | 101101 | 10111 | 1111110 | 1000000 | 1010010 | 0 | 110011 | 11111101 | 1000101 | 11101 |
Color Harmonies of #2D177E
Complementary color
Monochromatic Colors of #2D177E
Black with #2D177E
Text Example
Text Example
White with #2D177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D177E; }
p { color: rgb(45,23,126); }
H1.HeaderClassName
{
color: #2D177E;
}
.AnyTagClassName
{
color: #2D177E;
}
</style>
background-color css
<style>
a { background-color: #2D177E; }
a { background-color: rgb(45,23,126); }
div.DivClassName
{
background-color: #2D177E;
}
.BgClassName
{
background-color: #2D177E;
}
</style>
border-color css
<style>
span { border-color: #2D177E; }
span { border-color: rgb(45,23,126); }
td.TdClassName
{
border-color: #2D177E;
}
.TagClassName
{
border-color: #2D177E;
}
</style>