Shades of Persian Indigo #46168C
Tints of Persian Indigo #46168C
RGB
CMYK
RGB Variations
Color information
#46168C (or 0x46168C) is known color: Persian Indigo. HEX triplet: 46, 16 and 8C. RGB value is (70,22,140). Sum of RGB (Red+Green+Blue) = 70+22+140=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #46168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168C is #B9E973. Grayscale: #313131. Windows color (decimal): -12183924 or 9180742. OLE color: 9180742.
HSL color Cylindrical-coordinate representation of color #46168C: hue angle of 264.41º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46168C is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 22 | 140 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.45 |
| HSL | 264.41º | 0.73% | 0.32% | - |
| HSV(B) | 264.41º | 0.84% | 0.55% | - |
| XYZ | 7.55 | 3.77 | 25.14 | - |
| YUV | 49.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 140 | 0.50 | 0.84 | 0 | 0.45 | 264.41 | 0.73 | 0.32 |
| Hex | 46 | 16 | 8C | 32 | 54 | 0 | 2D | 108 | 49 | 20 |
| Octal | 106 | 26 | 214 | 62 | 124 | 0 | 55 | 410 | 111 | 40 |
| Binary | 1000110 | 10110 | 10001100 | 110010 | 1010100 | 0 | 101101 | 100001000 | 1001001 | 100000 |
Color Harmonies of #46168C
Complementary color
Monochromatic Colors of #46168C
Black with #46168C
Text Example
Text Example
White with #46168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46168C; }
p { color: rgb(70,22,140); }
H1.HeaderClassName
{
color: #46168C;
}
.AnyTagClassName
{
color: #46168C;
}
</style>
background-color css
<style>
a { background-color: #46168C; }
a { background-color: rgb(70,22,140); }
div.DivClassName
{
background-color: #46168C;
}
.BgClassName
{
background-color: #46168C;
}
</style>
border-color css
<style>
span { border-color: #46168C; }
span { border-color: rgb(70,22,140); }
td.TdClassName
{
border-color: #46168C;
}
.TagClassName
{
border-color: #46168C;
}
</style>