Shades of Persian Indigo #3D177E
Tints of Persian Indigo #3D177E
RGB
CMYK
RGB Variations
Color information
#3D177E (or 0x3D177E) is known color: Persian Indigo. HEX triplet: 3D, 17 and 7E. RGB value is (61,23,126). Sum of RGB (Red+Green+Blue) = 61+23+126=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D177E is #C2E881. Grayscale: #2D2D2D. Windows color (decimal): -12773506 or 8263485. OLE color: 8263485.
HSL color Cylindrical-coordinate representation of color #3D177E: hue angle of 262.14º 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 #3D177E is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 23 | 126 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.51 |
| HSL | 262.14º | 0.69% | 0.29% | - |
| HSV(B) | 262.14º | 0.82% | 0.49% | - |
| XYZ | 6 | 3.11 | 20.02 | - |
| YUV | 46.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 126 | 0.52 | 0.82 | 0 | 0.51 | 262.14 | 0.69 | 0.29 |
| Hex | 3D | 17 | 7E | 34 | 52 | 0 | 33 | 106 | 45 | 1D |
| Octal | 75 | 27 | 176 | 64 | 122 | 0 | 63 | 406 | 105 | 35 |
| Binary | 111101 | 10111 | 1111110 | 110100 | 1010010 | 0 | 110011 | 100000110 | 1000101 | 11101 |
Color Harmonies of #3D177E
Complementary color
Monochromatic Colors of #3D177E
Black with #3D177E
Text Example
Text Example
White with #3D177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D177E; }
p { color: rgb(61,23,126); }
H1.HeaderClassName
{
color: #3D177E;
}
.AnyTagClassName
{
color: #3D177E;
}
</style>
background-color css
<style>
a { background-color: #3D177E; }
a { background-color: rgb(61,23,126); }
div.DivClassName
{
background-color: #3D177E;
}
.BgClassName
{
background-color: #3D177E;
}
</style>
border-color css
<style>
span { border-color: #3D177E; }
span { border-color: rgb(61,23,126); }
td.TdClassName
{
border-color: #3D177E;
}
.TagClassName
{
border-color: #3D177E;
}
</style>