Shades of Persian Indigo #3C127B
Tints of Persian Indigo #3C127B
RGB
CMYK
RGB Variations
Color information
#3C127B (or 0x3C127B) is known color: Persian Indigo. HEX triplet: 3C, 12 and 7B. RGB value is (60,18,123). Sum of RGB (Red+Green+Blue) = 60+18+123=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C127B is #C3ED84. Grayscale: #2A2A2A. Windows color (decimal): -12840325 or 8065596. OLE color: 8065596.
HSL color Cylindrical-coordinate representation of color #3C127B: hue angle of 264º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C127B is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 18 | 123 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.52 |
| HSL | 264º | 0.74% | 0.28% | - |
| HSV(B) | 264º | 0.85% | 0.48% | - |
| XYZ | 5.65 | 2.82 | 18.99 | - |
| YUV | 42.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 123 | 0.51 | 0.85 | 0 | 0.52 | 264 | 0.74 | 0.28 |
| Hex | 3C | 12 | 7B | 33 | 55 | 0 | 34 | 108 | 4A | 1C |
| Octal | 74 | 22 | 173 | 63 | 125 | 0 | 64 | 410 | 112 | 34 |
| Binary | 111100 | 10010 | 1111011 | 110011 | 1010101 | 0 | 110100 | 100001000 | 1001010 | 11100 |
Color Harmonies of #3C127B
Complementary color
Monochromatic Colors of #3C127B
Black with #3C127B
Text Example
Text Example
White with #3C127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C127B; }
p { color: rgb(60,18,123); }
H1.HeaderClassName
{
color: #3C127B;
}
.AnyTagClassName
{
color: #3C127B;
}
</style>
background-color css
<style>
a { background-color: #3C127B; }
a { background-color: rgb(60,18,123); }
div.DivClassName
{
background-color: #3C127B;
}
.BgClassName
{
background-color: #3C127B;
}
</style>
border-color css
<style>
span { border-color: #3C127B; }
span { border-color: rgb(60,18,123); }
td.TdClassName
{
border-color: #3C127B;
}
.TagClassName
{
border-color: #3C127B;
}
</style>