Shades of Persian Indigo #3C199B
Tints of Persian Indigo #3C199B
RGB
CMYK
RGB Variations
Color information
#3C199B (or 0x3C199B) is known color: Persian Indigo. HEX triplet: 3C, 19 and 9B. RGB value is (60,25,155). Sum of RGB (Red+Green+Blue) = 60+25+155=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C199B is #C3E664. Grayscale: #313131. Windows color (decimal): -12838501 or 10164540. OLE color: 10164540.
HSL color Cylindrical-coordinate representation of color #3C199B: hue angle of 256.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C199B is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 25 | 155 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.39 |
| HSL | 256.15º | 0.72% | 0.35% | - |
| HSV(B) | 256.15º | 0.84% | 0.61% | - |
| XYZ | 8.13 | 4.02 | 31.36 | - |
| YUV | 50.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 155 | 0.61 | 0.84 | 0 | 0.39 | 256.15 | 0.72 | 0.35 |
| Hex | 3C | 19 | 9B | 3D | 54 | 0 | 27 | 100 | 48 | 23 |
| Octal | 74 | 31 | 233 | 75 | 124 | 0 | 47 | 400 | 110 | 43 |
| Binary | 111100 | 11001 | 10011011 | 111101 | 1010100 | 0 | 100111 | 100000000 | 1001000 | 100011 |
Color Harmonies of #3C199B
Complementary color
Monochromatic Colors of #3C199B
Black with #3C199B
Text Example
Text Example
White with #3C199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C199B; }
p { color: rgb(60,25,155); }
H1.HeaderClassName
{
color: #3C199B;
}
.AnyTagClassName
{
color: #3C199B;
}
</style>
background-color css
<style>
a { background-color: #3C199B; }
a { background-color: rgb(60,25,155); }
div.DivClassName
{
background-color: #3C199B;
}
.BgClassName
{
background-color: #3C199B;
}
</style>
border-color css
<style>
span { border-color: #3C199B; }
span { border-color: rgb(60,25,155); }
td.TdClassName
{
border-color: #3C199B;
}
.TagClassName
{
border-color: #3C199B;
}
</style>