Shades of Indigo #65028C
Tints of Indigo #65028C
RGB
CMYK
RGB Variations
Color information
#65028C (or 0x65028C) is known color: Indigo. HEX triplet: 65, 02 and 8C. RGB value is (101,2,140). Sum of RGB (Red+Green+Blue) = 101+2+140=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #65028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65028C is #9AFD73. Grayscale: #2E2E2E. Windows color (decimal): -10157428 or 9175653. OLE color: 9175653.
HSL color Cylindrical-coordinate representation of color #65028C: hue angle of 283.04º 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 #65028C is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 2 | 140 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.45 |
| HSL | 283.04º | 0.97% | 0.28% | - |
| HSV(B) | 283.04º | 0.99% | 0.55% | - |
| XYZ | 10.12 | 4.7 | 25.19 | - |
| YUV | 47.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 140 | 0.28 | 0.99 | 0 | 0.45 | 283.04 | 0.97 | 0.28 |
| Hex | 65 | 2 | 8C | 1C | 63 | 0 | 2D | 11B | 61 | 1C |
| Octal | 145 | 2 | 214 | 34 | 143 | 0 | 55 | 433 | 141 | 34 |
| Binary | 1100101 | 10 | 10001100 | 11100 | 1100011 | 0 | 101101 | 100011011 | 1100001 | 11100 |
Color Harmonies of #65028C
Complementary color
Monochromatic Colors of #65028C
Black with #65028C
Text Example
Text Example
White with #65028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65028C; }
p { color: rgb(101,2,140); }
H1.HeaderClassName
{
color: #65028C;
}
.AnyTagClassName
{
color: #65028C;
}
</style>
background-color css
<style>
a { background-color: #65028C; }
a { background-color: rgb(101,2,140); }
div.DivClassName
{
background-color: #65028C;
}
.BgClassName
{
background-color: #65028C;
}
</style>
border-color css
<style>
span { border-color: #65028C; }
span { border-color: rgb(101,2,140); }
td.TdClassName
{
border-color: #65028C;
}
.TagClassName
{
border-color: #65028C;
}
</style>