Shades of Persian Indigo #3C087F
Tints of Persian Indigo #3C087F
RGB
CMYK
RGB Variations
Color information
#3C087F (or 0x3C087F) is known color: Persian Indigo. HEX triplet: 3C, 08 and 7F. RGB value is (60,8,127). Sum of RGB (Red+Green+Blue) = 60+8+127=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C087F is #C3F780. Grayscale: #242424. Windows color (decimal): -12842881 or 8325180. OLE color: 8325180.
HSL color Cylindrical-coordinate representation of color #3C087F: hue angle of 266.22º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C087F is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 8 | 127 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.50 |
| HSL | 266.22º | 0.88% | 0.26% | - |
| HSV(B) | 266.22º | 0.94% | 0.5% | - |
| XYZ | 5.78 | 2.67 | 20.29 | - |
| YUV | 37.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 127 | 0.53 | 0.94 | 0 | 0.50 | 266.22 | 0.88 | 0.26 |
| Hex | 3C | 8 | 7F | 35 | 5E | 0 | 32 | 10A | 58 | 1A |
| Octal | 74 | 10 | 177 | 65 | 136 | 0 | 62 | 412 | 130 | 32 |
| Binary | 111100 | 1000 | 1111111 | 110101 | 1011110 | 0 | 110010 | 100001010 | 1011000 | 11010 |
Color Harmonies of #3C087F
Complementary color
Monochromatic Colors of #3C087F
Black with #3C087F
Text Example
Text Example
White with #3C087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C087F; }
p { color: rgb(60,8,127); }
H1.HeaderClassName
{
color: #3C087F;
}
.AnyTagClassName
{
color: #3C087F;
}
</style>
background-color css
<style>
a { background-color: #3C087F; }
a { background-color: rgb(60,8,127); }
div.DivClassName
{
background-color: #3C087F;
}
.BgClassName
{
background-color: #3C087F;
}
</style>
border-color css
<style>
span { border-color: #3C087F; }
span { border-color: rgb(60,8,127); }
td.TdClassName
{
border-color: #3C087F;
}
.TagClassName
{
border-color: #3C087F;
}
</style>