Shades of Persian Indigo #3C0F8B
Tints of Persian Indigo #3C0F8B
RGB
CMYK
RGB Variations
Color information
#3C0F8B (or 0x3C0F8B) is known color: Persian Indigo. HEX triplet: 3C, 0F and 8B. RGB value is (60,15,139). Sum of RGB (Red+Green+Blue) = 60+15+139=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C0F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0F8B is #C3F074. Grayscale: #2A2A2A. Windows color (decimal): -12841077 or 9113404. OLE color: 9113404.
HSL color Cylindrical-coordinate representation of color #3C0F8B: hue angle of 261.77º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0F8B is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 15 | 139 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.45 |
| HSL | 261.77º | 0.81% | 0.3% | - |
| HSV(B) | 261.77º | 0.89% | 0.55% | - |
| XYZ | 6.69 | 3.17 | 24.68 | - |
| YUV | 42.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 139 | 0.57 | 0.89 | 0 | 0.45 | 261.77 | 0.81 | 0.3 |
| Hex | 3C | F | 8B | 39 | 59 | 0 | 2D | 106 | 51 | 1E |
| Octal | 74 | 17 | 213 | 71 | 131 | 0 | 55 | 406 | 121 | 36 |
| Binary | 111100 | 1111 | 10001011 | 111001 | 1011001 | 0 | 101101 | 100000110 | 1010001 | 11110 |
Color Harmonies of #3C0F8B
Complementary color
Monochromatic Colors of #3C0F8B
Black with #3C0F8B
Text Example
Text Example
White with #3C0F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F8B; }
p { color: rgb(60,15,139); }
H1.HeaderClassName
{
color: #3C0F8B;
}
.AnyTagClassName
{
color: #3C0F8B;
}
</style>
background-color css
<style>
a { background-color: #3C0F8B; }
a { background-color: rgb(60,15,139); }
div.DivClassName
{
background-color: #3C0F8B;
}
.BgClassName
{
background-color: #3C0F8B;
}
</style>
border-color css
<style>
span { border-color: #3C0F8B; }
span { border-color: rgb(60,15,139); }
td.TdClassName
{
border-color: #3C0F8B;
}
.TagClassName
{
border-color: #3C0F8B;
}
</style>