Shades of Indigo #410270
Tints of Indigo #410270
RGB
CMYK
RGB Variations
Color information
#410270 (or 0x410270) is known color: Indigo. HEX triplet: 41, 02 and 70. RGB value is (65,2,112). Sum of RGB (Red+Green+Blue) = 65+2+112=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #410270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410270 is #BEFD8F. Grayscale: #212121. Windows color (decimal): -12516752 or 7340609. OLE color: 7340609.
HSL color Cylindrical-coordinate representation of color #410270: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410270 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 2 | 112 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.56 |
| HSL | 274.36º | 0.96% | 0.22% | - |
| HSV(B) | 274.36º | 0.98% | 0.44% | - |
| XYZ | 5.13 | 2.34 | 15.51 | - |
| YUV | 33.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 112 | 0.42 | 0.98 | 0 | 0.56 | 274.36 | 0.96 | 0.22 |
| Hex | 41 | 2 | 70 | 2A | 62 | 0 | 38 | 112 | 60 | 16 |
| Octal | 101 | 2 | 160 | 52 | 142 | 0 | 70 | 422 | 140 | 26 |
| Binary | 1000001 | 10 | 1110000 | 101010 | 1100010 | 0 | 111000 | 100010010 | 1100000 | 10110 |
Color Harmonies of #410270
Complementary color
Monochromatic Colors of #410270
Black with #410270
Text Example
Text Example
White with #410270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410270; }
p { color: rgb(65,2,112); }
H1.HeaderClassName
{
color: #410270;
}
.AnyTagClassName
{
color: #410270;
}
</style>
background-color css
<style>
a { background-color: #410270; }
a { background-color: rgb(65,2,112); }
div.DivClassName
{
background-color: #410270;
}
.BgClassName
{
background-color: #410270;
}
</style>
border-color css
<style>
span { border-color: #410270; }
span { border-color: rgb(65,2,112); }
td.TdClassName
{
border-color: #410270;
}
.TagClassName
{
border-color: #410270;
}
</style>