#610CD9

Color #610CD9 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #610CD9

Tints of Electric Indigo #610CD9

Color information

#610CD9 (or 0x610CD9) is unknown color: approx Electric Indigo. HEX triplet: 61, 0C and D9. RGB value is (97,12,217). Sum of RGB (Red+Green+Blue) = 97+12+217=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 217 (85.16% from 255 or 66.56% from 326); Max value from RGB is 217 - color contains mainly: blue. Hex color #610CD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CD9 is #9EF326. Grayscale: #3C3C3C. Windows color (decimal): -10416935 or 14224481. OLE color: 14224481.

HSL color Cylindrical-coordinate representation of color #610CD9: hue angle of 264.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610CD9 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9712217-
CMYK0.550.9400.15
HSL264.88º89.52%44.9%-
HSV(B)264.88º94.47%85.1%-
XYZ17.597.8166.23-
YUV60.78216.16153.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 217 (85.16% from 255) = 66.56%
R=29.75%
G=3.68%
B=66.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97122170.550.9400.15264.8889.5244.9
Hex61CD9375E0F1095a2d
Octal141143316713601741113255
Binary11000011100110110011101111011110011111000010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610CD9; }

 p { color: rgb(97,12,217); }

 H1.HeaderClassName
 {
   color: #610CD9;
 }
 .AnyTagClassName
 {
   color: #610CD9;
 }
</style>
background-color css

<style>
 a { background-color: #610CD9; }

 a { background-color: rgb(97,12,217); }

 div.DivClassName
 {
   background-color: #610CD9;
 }
 .BgClassName
 {
   background-color: #610CD9;
 }
</style>
border-color css

<style>
 span { border-color: #610CD9; }

 span { border-color: rgb(97,12,217); }

 td.TdClassName
 {
   border-color: #610CD9;
 }
 .TagClassName
 {
   border-color: #610CD9;
 }
</style>