Shades of Indigo #65028B
Tints of Indigo #65028B
RGB
CMYK
RGB Variations
Color information
#65028B (or 0x65028B) is known color: Indigo. HEX triplet: 65, 02 and 8B. RGB value is (101,2,139). Sum of RGB (Red+Green+Blue) = 101+2+139=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #65028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65028B is #9AFD74. Grayscale: #2E2E2E. Windows color (decimal): -10157429 or 9110117. OLE color: 9110117.
HSL color Cylindrical-coordinate representation of color #65028B: hue angle of 283.36º 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 #65028B is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 2 | 139 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.45 |
| HSL | 283.36º | 0.97% | 0.28% | - |
| HSV(B) | 283.36º | 0.99% | 0.55% | - |
| XYZ | 10.05 | 4.67 | 24.8 | - |
| YUV | 47.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 139 | 0.27 | 0.99 | 0 | 0.45 | 283.36 | 0.97 | 0.28 |
| Hex | 65 | 2 | 8B | 1B | 63 | 0 | 2D | 11B | 61 | 1C |
| Octal | 145 | 2 | 213 | 33 | 143 | 0 | 55 | 433 | 141 | 34 |
| Binary | 1100101 | 10 | 10001011 | 11011 | 1100011 | 0 | 101101 | 100011011 | 1100001 | 11100 |
Color Harmonies of #65028B
Complementary color
Monochromatic Colors of #65028B
Black with #65028B
Text Example
Text Example
White with #65028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65028B; }
p { color: rgb(101,2,139); }
H1.HeaderClassName
{
color: #65028B;
}
.AnyTagClassName
{
color: #65028B;
}
</style>
background-color css
<style>
a { background-color: #65028B; }
a { background-color: rgb(101,2,139); }
div.DivClassName
{
background-color: #65028B;
}
.BgClassName
{
background-color: #65028B;
}
</style>
border-color css
<style>
span { border-color: #65028B; }
span { border-color: rgb(101,2,139); }
td.TdClassName
{
border-color: #65028B;
}
.TagClassName
{
border-color: #65028B;
}
</style>