#610CF5

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

Shades of Electric Indigo #610CF5

Tints of Electric Indigo #610CF5

Color information

#610CF5 (or 0x610CF5) is unknown color: approx Electric Indigo. HEX triplet: 61, 0C and F5. RGB value is (97,12,245). Sum of RGB (Red+Green+Blue) = 97+12+245=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 245 (96.09% from 255 or 69.21% from 354); Max value from RGB is 245 - color contains mainly: blue. Hex color #610CF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CF5 is #9EF30A. Grayscale: #3F3F3F. Windows color (decimal): -10416907 or 16059489. OLE color: 16059489.

HSL color Cylindrical-coordinate representation of color #610CF5: hue angle of 261.89º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CF5 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9712245-
CMYK0.600.9500.04
HSL261.89º92.09%50.39%-
HSV(B)261.89º95.1%96.08%-
XYZ21.549.487.06-
YUV63.98230.16151.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 12 (5.08% from 255) = 3.39%
BLUE value IS 245 (96.09% from 255) = 69.21%
R=27.40%
G=3.39%
B=69.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97122450.600.9500.04261.8992.0950.39
Hex61CF53C5F041065c32
Octal14114365741370440613462
Binary1100001110011110101111100101111101001000001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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