Shades of Indigo #450362
Tints of Indigo #450362
RGB
CMYK
RGB Variations
Color information
#450362 (or 0x450362) is known color: Indigo. HEX triplet: 45, 03 and 62. RGB value is (69,3,98). Sum of RGB (Red+Green+Blue) = 69+3+98=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #450362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450362 is #BAFC9D. Grayscale: #212121. Windows color (decimal): -12254366 or 6423365. OLE color: 6423365.
HSL color Cylindrical-coordinate representation of color #450362: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450362 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 3 | 98 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.62 |
| HSL | 281.68º | 0.94% | 0.2% | - |
| HSV(B) | 281.68º | 0.97% | 0.38% | - |
| XYZ | 4.69 | 2.21 | 11.74 | - |
| YUV | 33.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 98 | 0.30 | 0.97 | 0 | 0.62 | 281.68 | 0.94 | 0.2 |
| Hex | 45 | 3 | 62 | 1E | 61 | 0 | 3E | 11A | 5E | 14 |
| Octal | 105 | 3 | 142 | 36 | 141 | 0 | 76 | 432 | 136 | 24 |
| Binary | 1000101 | 11 | 1100010 | 11110 | 1100001 | 0 | 111110 | 100011010 | 1011110 | 10100 |
Color Harmonies of #450362
Complementary color
Monochromatic Colors of #450362
Black with #450362
Text Example
Text Example
White with #450362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450362; }
p { color: rgb(69,3,98); }
H1.HeaderClassName
{
color: #450362;
}
.AnyTagClassName
{
color: #450362;
}
</style>
background-color css
<style>
a { background-color: #450362; }
a { background-color: rgb(69,3,98); }
div.DivClassName
{
background-color: #450362;
}
.BgClassName
{
background-color: #450362;
}
</style>
border-color css
<style>
span { border-color: #450362; }
span { border-color: rgb(69,3,98); }
td.TdClassName
{
border-color: #450362;
}
.TagClassName
{
border-color: #450362;
}
</style>