Html Css Color HEX #610BF0 Electric Indigo

📋 copy color: '#610BF0'

red 97 ◦ green 11 ◦ blue 240

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

Shades of Electric Indigo #610BF0

Tints of Electric Indigo #610BF0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

 BLUE value IS 240 (94.14% from 255) = 68.97%

R = 27.87%
G = 3.16%
B = 68.97%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#610BF0 (or 0x610BF0) is known color: Electric Indigo. HEX triplet: 61, 0B and F0. RGB value is (97,11,240). Sum of RGB (Red+Green+Blue) = 97+11+240=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #610BF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BF0 is #9EF40F. Grayscale: #3D3D3D. Windows color (decimal): -10417168 or 15731553. OLE color: 15731553.

HSL color Cylindrical-coordinate representation of color #610BF0: hue angle of 262.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BF0 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 11 240 -
CMYK 0.60 0.95 0 0.06
HSL 262.53º 0.91% 0.49% -
HSV(B) 262.53º 0.95% 0.94% -
XYZ 20.78 9.07 83.09 -
YUV 62.82 227.99 152.38 -
System Red Green Blue C M Y K H S L
Decimal 97 11 240 0.60 0.95 0 0.06 262.53 0.91 0.49
Hex 61 B F0 3C 5F 0 6 107 5B 31
Octal 141 13 360 74 137 0 6 407 133 61
Binary 1100001 1011 11110000 111100 1011111 0 110 100000111 1011011 110001

Color Harmonies of #610BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BF0

Black with #610BF0

Text Example


Text Example

White with #610BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,240); }

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

background-color css

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

 a { background-color: rgb(97,11,240); }

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

border-color css

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

 span { border-color: rgb(97,11,240); }

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