#610AE9

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

Shades of Electric Indigo #610AE9

Tints of Electric Indigo #610AE9

Color information

#610AE9 (or 0x610AE9) is unknown color: approx Electric Indigo. HEX triplet: 61, 0A and E9. RGB value is (97,10,233). Sum of RGB (Red+Green+Blue) = 97+10+233=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 233 (91.41% from 255 or 68.53% from 340); Max value from RGB is 233 - color contains mainly: blue. Hex color #610AE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610AE9 is #9EF516. Grayscale: #3C3C3C. Windows color (decimal): -10417431 or 15272545. OLE color: 15272545.

HSL color Cylindrical-coordinate representation of color #610AE9: hue angle of 263.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610AE9 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9710233-
CMYK0.580.9600.09
HSL263.41º91.77%47.65%-
HSV(B)263.41º95.71%91.37%-
XYZ19.758.6477.72-
YUV61.44224.82153.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 233 (91.41% from 255) = 68.53%
R=28.53%
G=2.94%
B=68.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal97102330.580.9600.09263.4191.7747.65
Hex61AE93A60091075c30
Octal141123517214001140713460
Binary11000011010111010011110101100000010011000001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,10,233); }

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

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

 a { background-color: rgb(97,10,233); }

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

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

 span { border-color: rgb(97,10,233); }

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