Shades of Persian Indigo #3C10AD
Tints of Persian Indigo #3C10AD
RGB
CMYK
RGB Variations
Color information
#3C10AD (or 0x3C10AD) is known color: Persian Indigo. HEX triplet: 3C, 10 and AD. RGB value is (60,16,173). Sum of RGB (Red+Green+Blue) = 60+16+173=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C10AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C10AD is #C3EF52. Grayscale: #2E2E2E. Windows color (decimal): -12840787 or 11341884. OLE color: 11341884.
HSL color Cylindrical-coordinate representation of color #3C10AD: hue angle of 256.82º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C10AD is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 16 | 173 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.32 |
| HSL | 256.82º | 0.83% | 0.37% | - |
| HSV(B) | 256.82º | 0.91% | 0.68% | - |
| XYZ | 9.59 | 4.35 | 39.87 | - |
| YUV | 47.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 173 | 0.65 | 0.91 | 0 | 0.32 | 256.82 | 0.83 | 0.37 |
| Hex | 3C | 10 | AD | 41 | 5B | 0 | 20 | 101 | 53 | 25 |
| Octal | 74 | 20 | 255 | 101 | 133 | 0 | 40 | 401 | 123 | 45 |
| Binary | 111100 | 10000 | 10101101 | 1000001 | 1011011 | 0 | 100000 | 100000001 | 1010011 | 100101 |
Color Harmonies of #3C10AD
Complementary color
Monochromatic Colors of #3C10AD
Black with #3C10AD
Text Example
Text Example
White with #3C10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10AD; }
p { color: rgb(60,16,173); }
H1.HeaderClassName
{
color: #3C10AD;
}
.AnyTagClassName
{
color: #3C10AD;
}
</style>
background-color css
<style>
a { background-color: #3C10AD; }
a { background-color: rgb(60,16,173); }
div.DivClassName
{
background-color: #3C10AD;
}
.BgClassName
{
background-color: #3C10AD;
}
</style>
border-color css
<style>
span { border-color: #3C10AD; }
span { border-color: rgb(60,16,173); }
td.TdClassName
{
border-color: #3C10AD;
}
.TagClassName
{
border-color: #3C10AD;
}
</style>