Shades of Indigo #41028C
Tints of Indigo #41028C
RGB
CMYK
RGB Variations
Color information
#41028C (or 0x41028C) is known color: Indigo. HEX triplet: 41, 02 and 8C. RGB value is (65,2,140). Sum of RGB (Red+Green+Blue) = 65+2+140=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #41028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41028C is #BEFD73. Grayscale: #242424. Windows color (decimal): -12516724 or 9175617. OLE color: 9175617.
HSL color Cylindrical-coordinate representation of color #41028C: hue angle of 267.39º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41028C is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 2 | 140 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.45 |
| HSL | 267.39º | 0.97% | 0.28% | - |
| HSV(B) | 267.39º | 0.99% | 0.55% | - |
| XYZ | 6.94 | 3.06 | 25.04 | - |
| YUV | 36.57 | 186.37 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 140 | 0.54 | 0.99 | 0 | 0.45 | 267.39 | 0.97 | 0.28 |
| Hex | 41 | 2 | 8C | 36 | 63 | 0 | 2D | 10B | 61 | 1C |
| Octal | 101 | 2 | 214 | 66 | 143 | 0 | 55 | 413 | 141 | 34 |
| Binary | 1000001 | 10 | 10001100 | 110110 | 1100011 | 0 | 101101 | 100001011 | 1100001 | 11100 |
Color Harmonies of #41028C
Complementary color
Monochromatic Colors of #41028C
Black with #41028C
Text Example
Text Example
White with #41028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41028C; }
p { color: rgb(65,2,140); }
H1.HeaderClassName
{
color: #41028C;
}
.AnyTagClassName
{
color: #41028C;
}
</style>
background-color css
<style>
a { background-color: #41028C; }
a { background-color: rgb(65,2,140); }
div.DivClassName
{
background-color: #41028C;
}
.BgClassName
{
background-color: #41028C;
}
</style>
border-color css
<style>
span { border-color: #41028C; }
span { border-color: rgb(65,2,140); }
td.TdClassName
{
border-color: #41028C;
}
.TagClassName
{
border-color: #41028C;
}
</style>