Shades of Persian Indigo #46199C
Tints of Persian Indigo #46199C
RGB
CMYK
RGB Variations
Color information
#46199C (or 0x46199C) is known color: Persian Indigo. HEX triplet: 46, 19 and 9C. RGB value is (70,25,156). Sum of RGB (Red+Green+Blue) = 70+25+156=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #46199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46199C is #B9E663. Grayscale: #343434. Windows color (decimal): -12183140 or 10230086. OLE color: 10230086.
HSL color Cylindrical-coordinate representation of color #46199C: hue angle of 260.61º 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 #46199C is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 25 | 156 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.39 |
| HSL | 260.61º | 0.72% | 0.35% | - |
| HSV(B) | 260.61º | 0.84% | 0.61% | - |
| XYZ | 8.87 | 4.4 | 31.83 | - |
| YUV | 53.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 156 | 0.55 | 0.84 | 0 | 0.39 | 260.61 | 0.72 | 0.35 |
| Hex | 46 | 19 | 9C | 37 | 54 | 0 | 27 | 105 | 48 | 23 |
| Octal | 106 | 31 | 234 | 67 | 124 | 0 | 47 | 405 | 110 | 43 |
| Binary | 1000110 | 11001 | 10011100 | 110111 | 1010100 | 0 | 100111 | 100000101 | 1001000 | 100011 |
Color Harmonies of #46199C
Complementary color
Monochromatic Colors of #46199C
Black with #46199C
Text Example
Text Example
White with #46199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46199C; }
p { color: rgb(70,25,156); }
H1.HeaderClassName
{
color: #46199C;
}
.AnyTagClassName
{
color: #46199C;
}
</style>
background-color css
<style>
a { background-color: #46199C; }
a { background-color: rgb(70,25,156); }
div.DivClassName
{
background-color: #46199C;
}
.BgClassName
{
background-color: #46199C;
}
</style>
border-color css
<style>
span { border-color: #46199C; }
span { border-color: rgb(70,25,156); }
td.TdClassName
{
border-color: #46199C;
}
.TagClassName
{
border-color: #46199C;
}
</style>