Shades of Indigo #410792
Tints of Indigo #410792
RGB
CMYK
RGB Variations
Color information
#410792 (or 0x410792) is known color: Indigo. HEX triplet: 41, 07 and 92. RGB value is (65,7,146). Sum of RGB (Red+Green+Blue) = 65+7+146=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #410792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410792 is #BEF86D. Grayscale: #272727. Windows color (decimal): -12515438 or 9570113. OLE color: 9570113.
HSL color Cylindrical-coordinate representation of color #410792: hue angle of 265.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410792 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 7 | 146 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.43 |
| HSL | 265.04º | 0.91% | 0.3% | - |
| HSV(B) | 265.04º | 0.95% | 0.57% | - |
| XYZ | 7.44 | 3.35 | 27.45 | - |
| YUV | 40.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 146 | 0.55 | 0.95 | 0 | 0.43 | 265.04 | 0.91 | 0.3 |
| Hex | 41 | 7 | 92 | 37 | 5F | 0 | 2B | 109 | 5B | 1E |
| Octal | 101 | 7 | 222 | 67 | 137 | 0 | 53 | 411 | 133 | 36 |
| Binary | 1000001 | 111 | 10010010 | 110111 | 1011111 | 0 | 101011 | 100001001 | 1011011 | 11110 |
Color Harmonies of #410792
Complementary color
Monochromatic Colors of #410792
Black with #410792
Text Example
Text Example
White with #410792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410792; }
p { color: rgb(65,7,146); }
H1.HeaderClassName
{
color: #410792;
}
.AnyTagClassName
{
color: #410792;
}
</style>
background-color css
<style>
a { background-color: #410792; }
a { background-color: rgb(65,7,146); }
div.DivClassName
{
background-color: #410792;
}
.BgClassName
{
background-color: #410792;
}
</style>
border-color css
<style>
span { border-color: #410792; }
span { border-color: rgb(65,7,146); }
td.TdClassName
{
border-color: #410792;
}
.TagClassName
{
border-color: #410792;
}
</style>