Shades of Persian Indigo #3C1775
Tints of Persian Indigo #3C1775
RGB
CMYK
RGB Variations
Color information
#3C1775 (or 0x3C1775) is known color: Persian Indigo. HEX triplet: 3C, 17 and 75. RGB value is (60,23,117). Sum of RGB (Red+Green+Blue) = 60+23+117=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1775 is #C3E88A. Grayscale: #2C2C2C. Windows color (decimal): -12839051 or 7673660. OLE color: 7673660.
HSL color Cylindrical-coordinate representation of color #3C1775: hue angle of 263.62º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1775 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 23 | 117 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.54 |
| HSL | 263.62º | 0.67% | 0.27% | - |
| HSV(B) | 263.62º | 0.8% | 0.46% | - |
| XYZ | 5.38 | 2.86 | 17.1 | - |
| YUV | 44.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 117 | 0.49 | 0.80 | 0 | 0.54 | 263.62 | 0.67 | 0.27 |
| Hex | 3C | 17 | 75 | 31 | 50 | 0 | 36 | 108 | 43 | 1B |
| Octal | 74 | 27 | 165 | 61 | 120 | 0 | 66 | 410 | 103 | 33 |
| Binary | 111100 | 10111 | 1110101 | 110001 | 1010000 | 0 | 110110 | 100001000 | 1000011 | 11011 |
Color Harmonies of #3C1775
Complementary color
Monochromatic Colors of #3C1775
Black with #3C1775
Text Example
Text Example
White with #3C1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1775; }
p { color: rgb(60,23,117); }
H1.HeaderClassName
{
color: #3C1775;
}
.AnyTagClassName
{
color: #3C1775;
}
</style>
background-color css
<style>
a { background-color: #3C1775; }
a { background-color: rgb(60,23,117); }
div.DivClassName
{
background-color: #3C1775;
}
.BgClassName
{
background-color: #3C1775;
}
</style>
border-color css
<style>
span { border-color: #3C1775; }
span { border-color: rgb(60,23,117); }
td.TdClassName
{
border-color: #3C1775;
}
.TagClassName
{
border-color: #3C1775;
}
</style>