Shades of Persian Indigo #451882
Tints of Persian Indigo #451882
RGB
CMYK
RGB Variations
Color information
#451882 (or 0x451882) is known color: Persian Indigo. HEX triplet: 45, 18 and 82. RGB value is (69,24,130). Sum of RGB (Red+Green+Blue) = 69+24+130=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #451882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451882 is #BAE77D. Grayscale: #313131. Windows color (decimal): -12248958 or 8525893. OLE color: 8525893.
HSL color Cylindrical-coordinate representation of color #451882: hue angle of 265.47º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451882 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 24 | 130 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.49 |
| HSL | 265.47º | 0.69% | 0.3% | - |
| HSV(B) | 265.47º | 0.82% | 0.51% | - |
| XYZ | 6.81 | 3.53 | 21.44 | - |
| YUV | 49.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 130 | 0.47 | 0.82 | 0 | 0.49 | 265.47 | 0.69 | 0.3 |
| Hex | 45 | 18 | 82 | 2F | 52 | 0 | 31 | 109 | 45 | 1E |
| Octal | 105 | 30 | 202 | 57 | 122 | 0 | 61 | 411 | 105 | 36 |
| Binary | 1000101 | 11000 | 10000010 | 101111 | 1010010 | 0 | 110001 | 100001001 | 1000101 | 11110 |
Color Harmonies of #451882
Complementary color
Monochromatic Colors of #451882
Black with #451882
Text Example
Text Example
White with #451882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451882; }
p { color: rgb(69,24,130); }
H1.HeaderClassName
{
color: #451882;
}
.AnyTagClassName
{
color: #451882;
}
</style>
background-color css
<style>
a { background-color: #451882; }
a { background-color: rgb(69,24,130); }
div.DivClassName
{
background-color: #451882;
}
.BgClassName
{
background-color: #451882;
}
</style>
border-color css
<style>
span { border-color: #451882; }
span { border-color: rgb(69,24,130); }
td.TdClassName
{
border-color: #451882;
}
.TagClassName
{
border-color: #451882;
}
</style>