Html Css Color HEX #610BFF Electric Indigo

📋 copy color: '#610BFF'

red 97 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #610BFF

Tints of Electric Indigo #610BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 26.72%
G = 3.03%
B = 70.25%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#610BFF (or 0x610BFF) is known color: Electric Indigo. HEX triplet: 61, 0B and FF. RGB value is (97,11,255). Sum of RGB (Red+Green+Blue) = 97+11+255=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #610BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BFF is #9EF400. Grayscale: #3F3F3F. Windows color (decimal): -10417153 or 16714593. OLE color: 16714593.

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

Color convert

RGB 97 11 255 -
CMYK 0.62 0.96 0 0
HSL 261.15º 1% 0.52% -
HSV(B) 261.15º 0.96% 1% -
XYZ 23.1 10 95.32 -
YUV 64.53 235.49 151.16 -
System Red Green Blue C M Y K H S L
Decimal 97 11 255 0.62 0.96 0 0 261.15 1 0.52
Hex 61 B FF 3E 60 0 0 105 64 34
Octal 141 13 377 76 140 0 0 405 144 64
Binary 1100001 1011 11111111 111110 1100000 0 0 100000101 1100100 110100

Color Harmonies of #610BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BFF

Black with #610BFF

Text Example


Text Example

White with #610BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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