Html Css Color HEX #610AFB Electric Indigo

📋 copy color: '#610AFB'

red 97 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #610AFB

Tints of Electric Indigo #610AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.11%

R = 27.09%
G = 2.79%
B = 70.11%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#610AFB (or 0x610AFB) is known color: Electric Indigo. HEX triplet: 61, 0A and FB. RGB value is (97,10,251). Sum of RGB (Red+Green+Blue) = 97+10+251=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #610AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610AFB is #9EF504. Grayscale: #3E3E3E. Windows color (decimal): -10417413 or 16452193. OLE color: 16452193.

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

Color convert

RGB 97 10 251 -
CMYK 0.61 0.96 0 0.02
HSL 261.66º 0.97% 0.51% -
HSV(B) 261.66º 0.96% 0.98% -
XYZ 22.45 9.72 91.96 -
YUV 63.49 233.82 151.9 -
System Red Green Blue C M Y K H S L
Decimal 97 10 251 0.61 0.96 0 0.02 261.66 0.97 0.51
Hex 61 A FB 3D 60 0 2 106 61 33
Octal 141 12 373 75 140 0 2 406 141 63
Binary 1100001 1010 11111011 111101 1100000 0 10 100000110 1100001 110011

Color Harmonies of #610AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AFB

Black with #610AFB

Text Example


Text Example

White with #610AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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