Html Css Color HEX #610BFA Electric Indigo

📋 copy color: '#610BFA'

red 97 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #610BFA

Tints of Electric Indigo #610BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 27.09%
G = 3.07%
B = 69.83%

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

#610BFA (or 0x610BFA) is known color: Electric Indigo. HEX triplet: 61, 0B and FA. RGB value is (97,11,250). Sum of RGB (Red+Green+Blue) = 97+11+250=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #610BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BFA is #9EF405. Grayscale: #3F3F3F. Windows color (decimal): -10417158 or 16386913. OLE color: 16386913.

HSL color Cylindrical-coordinate representation of color #610BFA: hue angle of 261.59º degrees, saturation: 0.96, 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 #610BFA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 11 250 -
CMYK 0.61 0.96 0 0.02
HSL 261.59º 0.96% 0.51% -
HSV(B) 261.59º 0.96% 0.98% -
XYZ 22.3 9.68 91.14 -
YUV 63.96 232.99 151.57 -
System Red Green Blue C M Y K H S L
Decimal 97 11 250 0.61 0.96 0 0.02 261.59 0.96 0.51
Hex 61 B FA 3D 60 0 2 106 60 33
Octal 141 13 372 75 140 0 2 406 140 63
Binary 1100001 1011 11111010 111101 1100000 0 10 100000110 1100000 110011

Color Harmonies of #610BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BFA

Black with #610BFA

Text Example


Text Example

White with #610BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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