Shades of Persian Indigo #45157A
Tints of Persian Indigo #45157A
RGB
CMYK
RGB Variations
Color information
#45157A (or 0x45157A) is known color: Persian Indigo. HEX triplet: 45, 15 and 7A. RGB value is (69,21,122). Sum of RGB (Red+Green+Blue) = 69+21+122=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #45157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45157A is #BAEA85. Grayscale: #2E2E2E. Windows color (decimal): -12249734 or 8000837. OLE color: 8000837.
HSL color Cylindrical-coordinate representation of color #45157A: hue angle of 268.51º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45157A is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 21 | 122 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.52 |
| HSL | 268.51º | 0.71% | 0.28% | - |
| HSV(B) | 268.51º | 0.83% | 0.48% | - |
| XYZ | 6.24 | 3.21 | 18.7 | - |
| YUV | 46.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 122 | 0.43 | 0.83 | 0 | 0.52 | 268.51 | 0.71 | 0.28 |
| Hex | 45 | 15 | 7A | 2B | 53 | 0 | 34 | 10D | 47 | 1C |
| Octal | 105 | 25 | 172 | 53 | 123 | 0 | 64 | 415 | 107 | 34 |
| Binary | 1000101 | 10101 | 1111010 | 101011 | 1010011 | 0 | 110100 | 100001101 | 1000111 | 11100 |
Color Harmonies of #45157A
Complementary color
Monochromatic Colors of #45157A
Black with #45157A
Text Example
Text Example
White with #45157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45157A; }
p { color: rgb(69,21,122); }
H1.HeaderClassName
{
color: #45157A;
}
.AnyTagClassName
{
color: #45157A;
}
</style>
background-color css
<style>
a { background-color: #45157A; }
a { background-color: rgb(69,21,122); }
div.DivClassName
{
background-color: #45157A;
}
.BgClassName
{
background-color: #45157A;
}
</style>
border-color css
<style>
span { border-color: #45157A; }
span { border-color: rgb(69,21,122); }
td.TdClassName
{
border-color: #45157A;
}
.TagClassName
{
border-color: #45157A;
}
</style>