Shades of Persian Indigo #3C0F7B
Tints of Persian Indigo #3C0F7B
RGB
CMYK
RGB Variations
Color information
#3C0F7B (or 0x3C0F7B) is known color: Persian Indigo. HEX triplet: 3C, 0F and 7B. RGB value is (60,15,123). Sum of RGB (Red+Green+Blue) = 60+15+123=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0F7B is #C3F084. Grayscale: #282828. Windows color (decimal): -12841093 or 8064828. OLE color: 8064828.
HSL color Cylindrical-coordinate representation of color #3C0F7B: hue angle of 265º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0F7B is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 15 | 123 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.52 |
| HSL | 265º | 0.78% | 0.27% | - |
| HSV(B) | 265º | 0.88% | 0.48% | - |
| XYZ | 5.61 | 2.73 | 18.97 | - |
| YUV | 40.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 123 | 0.51 | 0.88 | 0 | 0.52 | 265 | 0.78 | 0.27 |
| Hex | 3C | F | 7B | 33 | 58 | 0 | 34 | 109 | 4E | 1B |
| Octal | 74 | 17 | 173 | 63 | 130 | 0 | 64 | 411 | 116 | 33 |
| Binary | 111100 | 1111 | 1111011 | 110011 | 1011000 | 0 | 110100 | 100001001 | 1001110 | 11011 |
Color Harmonies of #3C0F7B
Complementary color
Monochromatic Colors of #3C0F7B
Black with #3C0F7B
Text Example
Text Example
White with #3C0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F7B; }
p { color: rgb(60,15,123); }
H1.HeaderClassName
{
color: #3C0F7B;
}
.AnyTagClassName
{
color: #3C0F7B;
}
</style>
background-color css
<style>
a { background-color: #3C0F7B; }
a { background-color: rgb(60,15,123); }
div.DivClassName
{
background-color: #3C0F7B;
}
.BgClassName
{
background-color: #3C0F7B;
}
</style>
border-color css
<style>
span { border-color: #3C0F7B; }
span { border-color: rgb(60,15,123); }
td.TdClassName
{
border-color: #3C0F7B;
}
.TagClassName
{
border-color: #3C0F7B;
}
</style>