Shades of Persian Indigo #46188C
Tints of Persian Indigo #46188C
RGB
CMYK
RGB Variations
Color information
#46188C (or 0x46188C) is known color: Persian Indigo. HEX triplet: 46, 18 and 8C. RGB value is (70,24,140). Sum of RGB (Red+Green+Blue) = 70+24+140=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #46188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46188C is #B9E773. Grayscale: #323232. Windows color (decimal): -12183412 or 9181254. OLE color: 9181254.
HSL color Cylindrical-coordinate representation of color #46188C: hue angle of 263.79º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46188C is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 24 | 140 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.45 |
| HSL | 263.79º | 0.71% | 0.32% | - |
| HSV(B) | 263.79º | 0.83% | 0.55% | - |
| XYZ | 7.59 | 3.85 | 25.15 | - |
| YUV | 50.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 140 | 0.50 | 0.83 | 0 | 0.45 | 263.79 | 0.71 | 0.32 |
| Hex | 46 | 18 | 8C | 32 | 53 | 0 | 2D | 108 | 47 | 20 |
| Octal | 106 | 30 | 214 | 62 | 123 | 0 | 55 | 410 | 107 | 40 |
| Binary | 1000110 | 11000 | 10001100 | 110010 | 1010011 | 0 | 101101 | 100001000 | 1000111 | 100000 |
Color Harmonies of #46188C
Complementary color
Monochromatic Colors of #46188C
Black with #46188C
Text Example
Text Example
White with #46188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46188C; }
p { color: rgb(70,24,140); }
H1.HeaderClassName
{
color: #46188C;
}
.AnyTagClassName
{
color: #46188C;
}
</style>
background-color css
<style>
a { background-color: #46188C; }
a { background-color: rgb(70,24,140); }
div.DivClassName
{
background-color: #46188C;
}
.BgClassName
{
background-color: #46188C;
}
</style>
border-color css
<style>
span { border-color: #46188C; }
span { border-color: rgb(70,24,140); }
td.TdClassName
{
border-color: #46188C;
}
.TagClassName
{
border-color: #46188C;
}
</style>