Html Css Color HEX #610BEF Electric Indigo

📋 copy color: '#610BEF'

red 97 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #610BEF

Tints of Electric Indigo #610BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 27.95%
G = 3.17%
B = 68.88%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#610BEF (or 0x610BEF) is known color: Electric Indigo. HEX triplet: 61, 0B and EF. RGB value is (97,11,239). Sum of RGB (Red+Green+Blue) = 97+11+239=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #610BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BEF is #9EF410. Grayscale: #3D3D3D. Windows color (decimal): -10417169 or 15666017. OLE color: 15666017.

HSL color Cylindrical-coordinate representation of color #610BEF: hue angle of 262.63º 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 #610BEF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 11 239 -
CMYK 0.59 0.95 0 0.06
HSL 262.63º 0.91% 0.49% -
HSV(B) 262.63º 0.95% 0.94% -
XYZ 20.63 9.01 82.31 -
YUV 62.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 97 11 239 0.59 0.95 0 0.06 262.63 0.91 0.49
Hex 61 B EF 3B 5F 0 6 107 5B 31
Octal 141 13 357 73 137 0 6 407 133 61
Binary 1100001 1011 11101111 111011 1011111 0 110 100000111 1011011 110001

Color Harmonies of #610BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BEF

Black with #610BEF

Text Example


Text Example

White with #610BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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