Shades of Electric Indigo #650CFC
Tints of Electric Indigo #650CFC
RGB
CMYK
RGB Variations
Color information
#650CFC (or 0x650CFC) is known color: Electric Indigo. HEX triplet: 65, 0C and FC. RGB value is (101,12,252). Sum of RGB (Red+Green+Blue) = 101+12+252=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #650CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650CFC is #9AF303. Grayscale: #414141. Windows color (decimal): -10154756 or 16518245. OLE color: 16518245.
HSL color Cylindrical-coordinate representation of color #650CFC: hue angle of 262.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650CFC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 12 | 252 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.01 |
| HSL | 262.25º | 0.98% | 0.52% | - |
| HSV(B) | 262.25º | 0.95% | 0.99% | - |
| XYZ | 23.07 | 10.06 | 92.82 | - |
| YUV | 65.97 | 232.99 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 252 | 0.60 | 0.95 | 0 | 0.01 | 262.25 | 0.98 | 0.52 |
| Hex | 65 | C | FC | 3C | 5F | 0 | 1 | 106 | 62 | 34 |
| Octal | 145 | 14 | 374 | 74 | 137 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100101 | 1100 | 11111100 | 111100 | 1011111 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #650CFC
Complementary color
Monochromatic Colors of #650CFC
Black with #650CFC
Text Example
Text Example
White with #650CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650CFC; }
p { color: rgb(101,12,252); }
H1.HeaderClassName
{
color: #650CFC;
}
.AnyTagClassName
{
color: #650CFC;
}
</style>
background-color css
<style>
a { background-color: #650CFC; }
a { background-color: rgb(101,12,252); }
div.DivClassName
{
background-color: #650CFC;
}
.BgClassName
{
background-color: #650CFC;
}
</style>
border-color css
<style>
span { border-color: #650CFC; }
span { border-color: rgb(101,12,252); }
td.TdClassName
{
border-color: #650CFC;
}
.TagClassName
{
border-color: #650CFC;
}
</style>