Shades of Persian Indigo #451A9B
Tints of Persian Indigo #451A9B
RGB
CMYK
RGB Variations
Color information
#451A9B (or 0x451A9B) is known color: Persian Indigo. HEX triplet: 45, 1A and 9B. RGB value is (69,26,155). Sum of RGB (Red+Green+Blue) = 69+26+155=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #451A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A9B is #BAE564. Grayscale: #353535. Windows color (decimal): -12248421 or 10164805. OLE color: 10164805.
HSL color Cylindrical-coordinate representation of color #451A9B: hue angle of 260º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451A9B is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 26 | 155 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.39 |
| HSL | 260º | 0.71% | 0.35% | - |
| HSV(B) | 260º | 0.83% | 0.61% | - |
| XYZ | 8.74 | 4.37 | 31.39 | - |
| YUV | 53.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 155 | 0.55 | 0.83 | 0 | 0.39 | 260 | 0.71 | 0.35 |
| Hex | 45 | 1A | 9B | 37 | 53 | 0 | 27 | 104 | 47 | 23 |
| Octal | 105 | 32 | 233 | 67 | 123 | 0 | 47 | 404 | 107 | 43 |
| Binary | 1000101 | 11010 | 10011011 | 110111 | 1010011 | 0 | 100111 | 100000100 | 1000111 | 100011 |
Color Harmonies of #451A9B
Complementary color
Monochromatic Colors of #451A9B
Black with #451A9B
Text Example
Text Example
White with #451A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A9B; }
p { color: rgb(69,26,155); }
H1.HeaderClassName
{
color: #451A9B;
}
.AnyTagClassName
{
color: #451A9B;
}
</style>
background-color css
<style>
a { background-color: #451A9B; }
a { background-color: rgb(69,26,155); }
div.DivClassName
{
background-color: #451A9B;
}
.BgClassName
{
background-color: #451A9B;
}
</style>
border-color css
<style>
span { border-color: #451A9B; }
span { border-color: rgb(69,26,155); }
td.TdClassName
{
border-color: #451A9B;
}
.TagClassName
{
border-color: #451A9B;
}
</style>