Shades of Persian Indigo #3C1299
Tints of Persian Indigo #3C1299
RGB
CMYK
RGB Variations
Color information
#3C1299 (or 0x3C1299) is known color: Persian Indigo. HEX triplet: 3C, 12 and 99. RGB value is (60,18,153). Sum of RGB (Red+Green+Blue) = 60+18+153=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1299 is #C3ED66. Grayscale: #2D2D2D. Windows color (decimal): -12840295 or 10031676. OLE color: 10031676.
HSL color Cylindrical-coordinate representation of color #3C1299: hue angle of 258.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1299 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 18 | 153 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.4 |
| HSL | 258.67º | 0.79% | 0.34% | - |
| HSV(B) | 258.67º | 0.88% | 0.6% | - |
| XYZ | 7.83 | 3.69 | 30.44 | - |
| YUV | 45.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 153 | 0.61 | 0.88 | 0 | 0.4 | 258.67 | 0.79 | 0.34 |
| Hex | 3C | 12 | 99 | 3D | 58 | 0 | 28 | 103 | 4F | 22 |
| Octal | 74 | 22 | 231 | 75 | 130 | 0 | 50 | 403 | 117 | 42 |
| Binary | 111100 | 10010 | 10011001 | 111101 | 1011000 | 0 | 101000 | 100000011 | 1001111 | 100010 |
Color Harmonies of #3C1299
Complementary color
Monochromatic Colors of #3C1299
Black with #3C1299
Text Example
Text Example
White with #3C1299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1299; }
p { color: rgb(60,18,153); }
H1.HeaderClassName
{
color: #3C1299;
}
.AnyTagClassName
{
color: #3C1299;
}
</style>
background-color css
<style>
a { background-color: #3C1299; }
a { background-color: rgb(60,18,153); }
div.DivClassName
{
background-color: #3C1299;
}
.BgClassName
{
background-color: #3C1299;
}
</style>
border-color css
<style>
span { border-color: #3C1299; }
span { border-color: rgb(60,18,153); }
td.TdClassName
{
border-color: #3C1299;
}
.TagClassName
{
border-color: #3C1299;
}
</style>