Shades of Persian Indigo #3D14A7
Tints of Persian Indigo #3D14A7
RGB
CMYK
RGB Variations
Color information
#3D14A7 (or 0x3D14A7) is known color: Persian Indigo. HEX triplet: 3D, 14 and A7. RGB value is (61,20,167). Sum of RGB (Red+Green+Blue) = 61+20+167=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 167 (65.62% from 255 or 67.34% from 248); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D14A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D14A7 is #C2EB58. Grayscale: #303030. Windows color (decimal): -12774233 or 10949693. OLE color: 10949693.
HSL color Cylindrical-coordinate representation of color #3D14A7: hue angle of 256.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D14A7 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 20 | 167 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.35 |
| HSL | 256.73º | 0.79% | 0.37% | - |
| HSV(B) | 256.73º | 0.88% | 0.65% | - |
| XYZ | 9.15 | 4.28 | 36.9 | - |
| YUV | 49.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 167 | 0.63 | 0.88 | 0 | 0.35 | 256.73 | 0.79 | 0.37 |
| Hex | 3D | 14 | A7 | 3F | 58 | 0 | 23 | 101 | 4F | 25 |
| Octal | 75 | 24 | 247 | 77 | 130 | 0 | 43 | 401 | 117 | 45 |
| Binary | 111101 | 10100 | 10100111 | 111111 | 1011000 | 0 | 100011 | 100000001 | 1001111 | 100101 |
Color Harmonies of #3D14A7
Complementary color
Monochromatic Colors of #3D14A7
Black with #3D14A7
Text Example
Text Example
White with #3D14A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D14A7; }
p { color: rgb(61,20,167); }
H1.HeaderClassName
{
color: #3D14A7;
}
.AnyTagClassName
{
color: #3D14A7;
}
</style>
background-color css
<style>
a { background-color: #3D14A7; }
a { background-color: rgb(61,20,167); }
div.DivClassName
{
background-color: #3D14A7;
}
.BgClassName
{
background-color: #3D14A7;
}
</style>
border-color css
<style>
span { border-color: #3D14A7; }
span { border-color: rgb(61,20,167); }
td.TdClassName
{
border-color: #3D14A7;
}
.TagClassName
{
border-color: #3D14A7;
}
</style>