Shades of Persian Indigo #45158B
Tints of Persian Indigo #45158B
RGB
CMYK
RGB Variations
Color information
#45158B (or 0x45158B) is known color: Persian Indigo. HEX triplet: 45, 15 and 8B. RGB value is (69,21,139). Sum of RGB (Red+Green+Blue) = 69+21+139=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #45158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45158B is #BAEA74. Grayscale: #303030. Windows color (decimal): -12249717 or 9114949. OLE color: 9114949.
HSL color Cylindrical-coordinate representation of color #45158B: hue angle of 264.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45158B is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 21 | 139 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.45 |
| HSL | 264.41º | 0.74% | 0.31% | - |
| HSV(B) | 264.41º | 0.85% | 0.55% | - |
| XYZ | 7.38 | 3.67 | 24.74 | - |
| YUV | 48.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 139 | 0.50 | 0.85 | 0 | 0.45 | 264.41 | 0.74 | 0.31 |
| Hex | 45 | 15 | 8B | 32 | 55 | 0 | 2D | 108 | 4A | 1F |
| Octal | 105 | 25 | 213 | 62 | 125 | 0 | 55 | 410 | 112 | 37 |
| Binary | 1000101 | 10101 | 10001011 | 110010 | 1010101 | 0 | 101101 | 100001000 | 1001010 | 11111 |
Color Harmonies of #45158B
Complementary color
Monochromatic Colors of #45158B
Black with #45158B
Text Example
Text Example
White with #45158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45158B; }
p { color: rgb(69,21,139); }
H1.HeaderClassName
{
color: #45158B;
}
.AnyTagClassName
{
color: #45158B;
}
</style>
background-color css
<style>
a { background-color: #45158B; }
a { background-color: rgb(69,21,139); }
div.DivClassName
{
background-color: #45158B;
}
.BgClassName
{
background-color: #45158B;
}
</style>
border-color css
<style>
span { border-color: #45158B; }
span { border-color: rgb(69,21,139); }
td.TdClassName
{
border-color: #45158B;
}
.TagClassName
{
border-color: #45158B;
}
</style>