Html Css Color HEX #610BEA Electric Indigo

📋 copy color: '#610BEA'

red 97 ◦ green 11 ◦ blue 234

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

Shades of Electric Indigo #610BEA

Tints of Electric Indigo #610BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 28.36%
G = 3.22%
B = 68.42%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#610BEA (or 0x610BEA) is known color: Electric Indigo. HEX triplet: 61, 0B and EA. RGB value is (97,11,234). Sum of RGB (Red+Green+Blue) = 97+11+234=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #610BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BEA is #9EF415. Grayscale: #3D3D3D. Windows color (decimal): -10417174 or 15338337. OLE color: 15338337.

HSL color Cylindrical-coordinate representation of color #610BEA: hue angle of 263.14º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 11 234 -
CMYK 0.59 0.95 0 0.08
HSL 263.14º 0.91% 0.48% -
HSV(B) 263.14º 0.95% 0.92% -
XYZ 19.9 8.72 78.48 -
YUV 62.14 224.99 152.87 -
System Red Green Blue C M Y K H S L
Decimal 97 11 234 0.59 0.95 0 0.08 263.14 0.91 0.48
Hex 61 B EA 3B 5F 0 8 107 5B 30
Octal 141 13 352 73 137 0 10 407 133 60
Binary 1100001 1011 11101010 111011 1011111 0 1000 100000111 1011011 110000

Color Harmonies of #610BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BEA

Black with #610BEA

Text Example


Text Example

White with #610BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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