Shades of Persian Indigo #451A9A
Tints of Persian Indigo #451A9A
RGB
CMYK
RGB Variations
Color information
#451A9A (or 0x451A9A) is known color: Persian Indigo. HEX triplet: 45, 1A and 9A. RGB value is (69,26,154). Sum of RGB (Red+Green+Blue) = 69+26+154=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #451A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451A9A is #BAE565. Grayscale: #343434. Windows color (decimal): -12248422 or 10099269. OLE color: 10099269.
HSL color Cylindrical-coordinate representation of color #451A9A: hue angle of 260.16º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451A9A is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 26 | 154 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.40 |
| HSL | 260.16º | 0.71% | 0.35% | - |
| HSV(B) | 260.16º | 0.83% | 0.6% | - |
| XYZ | 8.66 | 4.34 | 30.95 | - |
| YUV | 53.45 | 184.75 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 154 | 0.55 | 0.83 | 0 | 0.40 | 260.16 | 0.71 | 0.35 |
| Hex | 45 | 1A | 9A | 37 | 53 | 0 | 28 | 104 | 47 | 23 |
| Octal | 105 | 32 | 232 | 67 | 123 | 0 | 50 | 404 | 107 | 43 |
| Binary | 1000101 | 11010 | 10011010 | 110111 | 1010011 | 0 | 101000 | 100000100 | 1000111 | 100011 |
Color Harmonies of #451A9A
Complementary color
Monochromatic Colors of #451A9A
Black with #451A9A
Text Example
Text Example
White with #451A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A9A; }
p { color: rgb(69,26,154); }
H1.HeaderClassName
{
color: #451A9A;
}
.AnyTagClassName
{
color: #451A9A;
}
</style>
background-color css
<style>
a { background-color: #451A9A; }
a { background-color: rgb(69,26,154); }
div.DivClassName
{
background-color: #451A9A;
}
.BgClassName
{
background-color: #451A9A;
}
</style>
border-color css
<style>
span { border-color: #451A9A; }
span { border-color: rgb(69,26,154); }
td.TdClassName
{
border-color: #451A9A;
}
.TagClassName
{
border-color: #451A9A;
}
</style>