Shades of Persian Indigo #3C0885
Tints of Persian Indigo #3C0885
RGB
CMYK
RGB Variations
Color information
#3C0885 (or 0x3C0885) is known color: Persian Indigo. HEX triplet: 3C, 08 and 85. RGB value is (60,8,133). Sum of RGB (Red+Green+Blue) = 60+8+133=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C0885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0885 is #C3F77A. Grayscale: #252525. Windows color (decimal): -12842875 or 8718396. OLE color: 8718396.
HSL color Cylindrical-coordinate representation of color #3C0885: hue angle of 264.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0885 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 8 | 133 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.48 |
| HSL | 264.96º | 0.89% | 0.28% | - |
| HSV(B) | 264.96º | 0.94% | 0.52% | - |
| XYZ | 6.18 | 2.83 | 22.41 | - |
| YUV | 37.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 133 | 0.55 | 0.94 | 0 | 0.48 | 264.96 | 0.89 | 0.28 |
| Hex | 3C | 8 | 85 | 37 | 5E | 0 | 30 | 109 | 59 | 1C |
| Octal | 74 | 10 | 205 | 67 | 136 | 0 | 60 | 411 | 131 | 34 |
| Binary | 111100 | 1000 | 10000101 | 110111 | 1011110 | 0 | 110000 | 100001001 | 1011001 | 11100 |
Color Harmonies of #3C0885
Complementary color
Monochromatic Colors of #3C0885
Black with #3C0885
Text Example
Text Example
White with #3C0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0885; }
p { color: rgb(60,8,133); }
H1.HeaderClassName
{
color: #3C0885;
}
.AnyTagClassName
{
color: #3C0885;
}
</style>
background-color css
<style>
a { background-color: #3C0885; }
a { background-color: rgb(60,8,133); }
div.DivClassName
{
background-color: #3C0885;
}
.BgClassName
{
background-color: #3C0885;
}
</style>
border-color css
<style>
span { border-color: #3C0885; }
span { border-color: rgb(60,8,133); }
td.TdClassName
{
border-color: #3C0885;
}
.TagClassName
{
border-color: #3C0885;
}
</style>