Shades of Persian Indigo #3C1899
Tints of Persian Indigo #3C1899
RGB
CMYK
RGB Variations
Color information
#3C1899 (or 0x3C1899) is known color: Persian Indigo. HEX triplet: 3C, 18 and 99. RGB value is (60,24,153). Sum of RGB (Red+Green+Blue) = 60+24+153=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C1899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1899 is #C3E766. Grayscale: #303030. Windows color (decimal): -12838759 or 10033212. OLE color: 10033212.
HSL color Cylindrical-coordinate representation of color #3C1899: hue angle of 256.74º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1899 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 24 | 153 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.4 |
| HSL | 256.74º | 0.73% | 0.35% | - |
| HSV(B) | 256.74º | 0.84% | 0.6% | - |
| XYZ | 7.94 | 3.91 | 30.47 | - |
| YUV | 49.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 153 | 0.61 | 0.84 | 0 | 0.4 | 256.74 | 0.73 | 0.35 |
| Hex | 3C | 18 | 99 | 3D | 54 | 0 | 28 | 101 | 49 | 23 |
| Octal | 74 | 30 | 231 | 75 | 124 | 0 | 50 | 401 | 111 | 43 |
| Binary | 111100 | 11000 | 10011001 | 111101 | 1010100 | 0 | 101000 | 100000001 | 1001001 | 100011 |
Color Harmonies of #3C1899
Complementary color
Monochromatic Colors of #3C1899
Black with #3C1899
Text Example
Text Example
White with #3C1899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1899; }
p { color: rgb(60,24,153); }
H1.HeaderClassName
{
color: #3C1899;
}
.AnyTagClassName
{
color: #3C1899;
}
</style>
background-color css
<style>
a { background-color: #3C1899; }
a { background-color: rgb(60,24,153); }
div.DivClassName
{
background-color: #3C1899;
}
.BgClassName
{
background-color: #3C1899;
}
</style>
border-color css
<style>
span { border-color: #3C1899; }
span { border-color: rgb(60,24,153); }
td.TdClassName
{
border-color: #3C1899;
}
.TagClassName
{
border-color: #3C1899;
}
</style>