Shades of Persian Indigo #2D177F
Tints of Persian Indigo #2D177F
RGB
CMYK
RGB Variations
Color information
#2D177F (or 0x2D177F) is known color: Persian Indigo. HEX triplet: 2D, 17 and 7F. RGB value is (45,23,127). Sum of RGB (Red+Green+Blue) = 45+23+127=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D177F is #D2E880. Grayscale: #292929. Windows color (decimal): -13822081 or 8329005. OLE color: 8329005.
HSL color Cylindrical-coordinate representation of color #2D177F: hue angle of 252.69º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D177F is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 23 | 127 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.50 |
| HSL | 252.69º | 0.69% | 0.29% | - |
| HSV(B) | 252.69º | 0.82% | 0.5% | - |
| XYZ | 5.22 | 2.7 | 20.33 | - |
| YUV | 41.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 127 | 0.65 | 0.82 | 0 | 0.50 | 252.69 | 0.69 | 0.29 |
| Hex | 2D | 17 | 7F | 41 | 52 | 0 | 32 | FD | 45 | 1D |
| Octal | 55 | 27 | 177 | 101 | 122 | 0 | 62 | 375 | 105 | 35 |
| Binary | 101101 | 10111 | 1111111 | 1000001 | 1010010 | 0 | 110010 | 11111101 | 1000101 | 11101 |
Color Harmonies of #2D177F
Complementary color
Monochromatic Colors of #2D177F
Black with #2D177F
Text Example
Text Example
White with #2D177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D177F; }
p { color: rgb(45,23,127); }
H1.HeaderClassName
{
color: #2D177F;
}
.AnyTagClassName
{
color: #2D177F;
}
</style>
background-color css
<style>
a { background-color: #2D177F; }
a { background-color: rgb(45,23,127); }
div.DivClassName
{
background-color: #2D177F;
}
.BgClassName
{
background-color: #2D177F;
}
</style>
border-color css
<style>
span { border-color: #2D177F; }
span { border-color: rgb(45,23,127); }
td.TdClassName
{
border-color: #2D177F;
}
.TagClassName
{
border-color: #2D177F;
}
</style>