Html Css Color HEX #610AFC Electric Indigo

📋 copy color: '#610AFC'

red 97 ◦ green 10 ◦ blue 252

#610AFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #610AFC

Tints of Electric Indigo #610AFC

RGB

 RED value IS 97 (38.28% from 255) = 27.02%

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 252 (98.83% from 255) = 70.19%

R = 27.02%
G = 2.79%
B = 70.19%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#610AFC (or 0x610AFC) is known color: Electric Indigo. HEX triplet: 61, 0A and FC. RGB value is (97,10,252). Sum of RGB (Red+Green+Blue) = 97+10+252=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #610AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610AFC is #9EF503. Grayscale: #3E3E3E. Windows color (decimal): -10417412 or 16517729. OLE color: 16517729.

HSL color Cylindrical-coordinate representation of color #610AFC: hue angle of 261.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610AFC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 10 252 -
CMYK 0.62 0.96 0 0.01
HSL 261.57º 0.98% 0.51% -
HSV(B) 261.57º 0.96% 0.99% -
XYZ 22.61 9.79 92.79 -
YUV 63.6 234.32 151.82 -
System Red Green Blue C M Y K H S L
Decimal 97 10 252 0.62 0.96 0 0.01 261.57 0.98 0.51
Hex 61 A FC 3E 60 0 1 106 62 33
Octal 141 12 374 76 140 0 1 406 142 63
Binary 1100001 1010 11111100 111110 1100000 0 1 100000110 1100010 110011

Color Harmonies of #610AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AFC

Black with #610AFC

Text Example


Text Example

White with #610AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #610AFC;
 }
 .AnyTagClassName
 {
   color: #610AFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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