Shades of Indigo #65068F
Tints of Indigo #65068F
RGB
CMYK
RGB Variations
Color information
#65068F (or 0x65068F) is known color: Indigo. HEX triplet: 65, 06 and 8F. RGB value is (101,6,143). Sum of RGB (Red+Green+Blue) = 101+6+143=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #65068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65068F is #9AF970. Grayscale: #313131. Windows color (decimal): -10156401 or 9373285. OLE color: 9373285.
HSL color Cylindrical-coordinate representation of color #65068F: hue angle of 281.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65068F is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 6 | 143 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.44 |
| HSL | 281.61º | 0.92% | 0.29% | - |
| HSV(B) | 281.61º | 0.96% | 0.56% | - |
| XYZ | 10.39 | 4.88 | 26.38 | - |
| YUV | 50.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 143 | 0.29 | 0.96 | 0 | 0.44 | 281.61 | 0.92 | 0.29 |
| Hex | 65 | 6 | 8F | 1D | 60 | 0 | 2C | 11A | 5C | 1D |
| Octal | 145 | 6 | 217 | 35 | 140 | 0 | 54 | 432 | 134 | 35 |
| Binary | 1100101 | 110 | 10001111 | 11101 | 1100000 | 0 | 101100 | 100011010 | 1011100 | 11101 |
Color Harmonies of #65068F
Complementary color
Monochromatic Colors of #65068F
Black with #65068F
Text Example
Text Example
White with #65068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65068F; }
p { color: rgb(101,6,143); }
H1.HeaderClassName
{
color: #65068F;
}
.AnyTagClassName
{
color: #65068F;
}
</style>
background-color css
<style>
a { background-color: #65068F; }
a { background-color: rgb(101,6,143); }
div.DivClassName
{
background-color: #65068F;
}
.BgClassName
{
background-color: #65068F;
}
</style>
border-color css
<style>
span { border-color: #65068F; }
span { border-color: rgb(101,6,143); }
td.TdClassName
{
border-color: #65068F;
}
.TagClassName
{
border-color: #65068F;
}
</style>