Shades of Persian Indigo #46168B
Tints of Persian Indigo #46168B
RGB
CMYK
RGB Variations
Color information
#46168B (or 0x46168B) is known color: Persian Indigo. HEX triplet: 46, 16 and 8B. RGB value is (70,22,139). Sum of RGB (Red+Green+Blue) = 70+22+139=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #46168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168B is #B9E974. Grayscale: #313131. Windows color (decimal): -12183925 or 9115206. OLE color: 9115206.
HSL color Cylindrical-coordinate representation of color #46168B: hue angle of 264.62º 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 #46168B is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 22 | 139 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.45 |
| HSL | 264.62º | 0.73% | 0.32% | - |
| HSV(B) | 264.62º | 0.84% | 0.55% | - |
| XYZ | 7.47 | 3.74 | 24.75 | - |
| YUV | 49.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 139 | 0.50 | 0.84 | 0 | 0.45 | 264.62 | 0.73 | 0.32 |
| Hex | 46 | 16 | 8B | 32 | 54 | 0 | 2D | 109 | 49 | 20 |
| Octal | 106 | 26 | 213 | 62 | 124 | 0 | 55 | 411 | 111 | 40 |
| Binary | 1000110 | 10110 | 10001011 | 110010 | 1010100 | 0 | 101101 | 100001001 | 1001001 | 100000 |
Color Harmonies of #46168B
Complementary color
Monochromatic Colors of #46168B
Black with #46168B
Text Example
Text Example
White with #46168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46168B; }
p { color: rgb(70,22,139); }
H1.HeaderClassName
{
color: #46168B;
}
.AnyTagClassName
{
color: #46168B;
}
</style>
background-color css
<style>
a { background-color: #46168B; }
a { background-color: rgb(70,22,139); }
div.DivClassName
{
background-color: #46168B;
}
.BgClassName
{
background-color: #46168B;
}
</style>
border-color css
<style>
span { border-color: #46168B; }
span { border-color: rgb(70,22,139); }
td.TdClassName
{
border-color: #46168B;
}
.TagClassName
{
border-color: #46168B;
}
</style>