Shades of Persian Indigo #3C0787
Tints of Persian Indigo #3C0787
RGB
CMYK
RGB Variations
Color information
#3C0787 (or 0x3C0787) is known color: Persian Indigo. HEX triplet: 3C, 07 and 87. RGB value is (60,7,135). Sum of RGB (Red+Green+Blue) = 60+7+135=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0787 is #C3F878. Grayscale: #242424. Windows color (decimal): -12843129 or 8849212. OLE color: 8849212.
HSL color Cylindrical-coordinate representation of color #3C0787: hue angle of 264.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0787 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 7 | 135 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.47 |
| HSL | 264.84º | 0.9% | 0.28% | - |
| HSV(B) | 264.84º | 0.95% | 0.53% | - |
| XYZ | 6.31 | 2.86 | 23.14 | - |
| YUV | 37.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 135 | 0.56 | 0.95 | 0 | 0.47 | 264.84 | 0.9 | 0.28 |
| Hex | 3C | 7 | 87 | 38 | 5F | 0 | 2F | 109 | 5A | 1C |
| Octal | 74 | 7 | 207 | 70 | 137 | 0 | 57 | 411 | 132 | 34 |
| Binary | 111100 | 111 | 10000111 | 111000 | 1011111 | 0 | 101111 | 100001001 | 1011010 | 11100 |
Color Harmonies of #3C0787
Complementary color
Monochromatic Colors of #3C0787
Black with #3C0787
Text Example
Text Example
White with #3C0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0787; }
p { color: rgb(60,7,135); }
H1.HeaderClassName
{
color: #3C0787;
}
.AnyTagClassName
{
color: #3C0787;
}
</style>
background-color css
<style>
a { background-color: #3C0787; }
a { background-color: rgb(60,7,135); }
div.DivClassName
{
background-color: #3C0787;
}
.BgClassName
{
background-color: #3C0787;
}
</style>
border-color css
<style>
span { border-color: #3C0787; }
span { border-color: rgb(60,7,135); }
td.TdClassName
{
border-color: #3C0787;
}
.TagClassName
{
border-color: #3C0787;
}
</style>