Shades of Persian Indigo #45179B
Tints of Persian Indigo #45179B
RGB
CMYK
RGB Variations
Color information
#45179B (or 0x45179B) is known color: Persian Indigo. HEX triplet: 45, 17 and 9B. RGB value is (69,23,155). Sum of RGB (Red+Green+Blue) = 69+23+155=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #45179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45179B is #BAE864. Grayscale: #333333. Windows color (decimal): -12249189 or 10164037. OLE color: 10164037.
HSL color Cylindrical-coordinate representation of color #45179B: hue angle of 260.91º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45179B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 23 | 155 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.39 |
| HSL | 260.91º | 0.74% | 0.35% | - |
| HSV(B) | 260.91º | 0.85% | 0.61% | - |
| XYZ | 8.68 | 4.24 | 31.37 | - |
| YUV | 51.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 155 | 0.55 | 0.85 | 0 | 0.39 | 260.91 | 0.74 | 0.35 |
| Hex | 45 | 17 | 9B | 37 | 55 | 0 | 27 | 105 | 4A | 23 |
| Octal | 105 | 27 | 233 | 67 | 125 | 0 | 47 | 405 | 112 | 43 |
| Binary | 1000101 | 10111 | 10011011 | 110111 | 1010101 | 0 | 100111 | 100000101 | 1001010 | 100011 |
Color Harmonies of #45179B
Complementary color
Monochromatic Colors of #45179B
Black with #45179B
Text Example
Text Example
White with #45179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45179B; }
p { color: rgb(69,23,155); }
H1.HeaderClassName
{
color: #45179B;
}
.AnyTagClassName
{
color: #45179B;
}
</style>
background-color css
<style>
a { background-color: #45179B; }
a { background-color: rgb(69,23,155); }
div.DivClassName
{
background-color: #45179B;
}
.BgClassName
{
background-color: #45179B;
}
</style>
border-color css
<style>
span { border-color: #45179B; }
span { border-color: rgb(69,23,155); }
td.TdClassName
{
border-color: #45179B;
}
.TagClassName
{
border-color: #45179B;
}
</style>