Shades of Persian Indigo #3C10A8
Tints of Persian Indigo #3C10A8
RGB
CMYK
RGB Variations
Color information
#3C10A8 (or 0x3C10A8) is known color: Persian Indigo. HEX triplet: 3C, 10 and A8. RGB value is (60,16,168). Sum of RGB (Red+Green+Blue) = 60+16+168=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #3C10A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C10A8 is #C3EF57. Grayscale: #2D2D2D. Windows color (decimal): -12840792 or 11014204. OLE color: 11014204.
HSL color Cylindrical-coordinate representation of color #3C10A8: hue angle of 257.37º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C10A8 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 16 | 168 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.34 |
| HSL | 257.37º | 0.83% | 0.36% | - |
| HSV(B) | 257.37º | 0.9% | 0.66% | - |
| XYZ | 9.12 | 4.16 | 37.37 | - |
| YUV | 46.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 168 | 0.64 | 0.90 | 0 | 0.34 | 257.37 | 0.83 | 0.36 |
| Hex | 3C | 10 | A8 | 40 | 5A | 0 | 22 | 101 | 53 | 24 |
| Octal | 74 | 20 | 250 | 100 | 132 | 0 | 42 | 401 | 123 | 44 |
| Binary | 111100 | 10000 | 10101000 | 1000000 | 1011010 | 0 | 100010 | 100000001 | 1010011 | 100100 |
Color Harmonies of #3C10A8
Complementary color
Monochromatic Colors of #3C10A8
Black with #3C10A8
Text Example
Text Example
White with #3C10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10A8; }
p { color: rgb(60,16,168); }
H1.HeaderClassName
{
color: #3C10A8;
}
.AnyTagClassName
{
color: #3C10A8;
}
</style>
background-color css
<style>
a { background-color: #3C10A8; }
a { background-color: rgb(60,16,168); }
div.DivClassName
{
background-color: #3C10A8;
}
.BgClassName
{
background-color: #3C10A8;
}
</style>
border-color css
<style>
span { border-color: #3C10A8; }
span { border-color: rgb(60,16,168); }
td.TdClassName
{
border-color: #3C10A8;
}
.TagClassName
{
border-color: #3C10A8;
}
</style>