Shades of Indigo #65037F
Tints of Indigo #65037F
RGB
CMYK
RGB Variations
Color information
#65037F (or 0x65037F) is known color: Indigo. HEX triplet: 65, 03 and 7F. RGB value is (101,3,127). Sum of RGB (Red+Green+Blue) = 101+3+127=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #65037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65037F is #9AFC80. Grayscale: #2E2E2E. Windows color (decimal): -10157185 or 8323941. OLE color: 8323941.
HSL color Cylindrical-coordinate representation of color #65037F: hue angle of 287.42º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65037F is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 3 | 127 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.50 |
| HSL | 287.42º | 0.95% | 0.25% | - |
| HSV(B) | 287.42º | 0.98% | 0.5% | - |
| XYZ | 9.23 | 4.36 | 20.43 | - |
| YUV | 46.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 127 | 0.20 | 0.98 | 0 | 0.50 | 287.42 | 0.95 | 0.25 |
| Hex | 65 | 3 | 7F | 14 | 62 | 0 | 32 | 11F | 5F | 19 |
| Octal | 145 | 3 | 177 | 24 | 142 | 0 | 62 | 437 | 137 | 31 |
| Binary | 1100101 | 11 | 1111111 | 10100 | 1100010 | 0 | 110010 | 100011111 | 1011111 | 11001 |
Color Harmonies of #65037F
Complementary color
Monochromatic Colors of #65037F
Black with #65037F
Text Example
Text Example
White with #65037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65037F; }
p { color: rgb(101,3,127); }
H1.HeaderClassName
{
color: #65037F;
}
.AnyTagClassName
{
color: #65037F;
}
</style>
background-color css
<style>
a { background-color: #65037F; }
a { background-color: rgb(101,3,127); }
div.DivClassName
{
background-color: #65037F;
}
.BgClassName
{
background-color: #65037F;
}
</style>
border-color css
<style>
span { border-color: #65037F; }
span { border-color: rgb(101,3,127); }
td.TdClassName
{
border-color: #65037F;
}
.TagClassName
{
border-color: #65037F;
}
</style>