Html Css Color HEX #610BD8 Electric Indigo

📋 copy color: '#610BD8'

red 97 ◦ green 11 ◦ blue 216

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

Shades of Electric Indigo #610BD8

Tints of Electric Indigo #610BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 66.67%

R = 29.94%
G = 3.4%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#610BD8 (or 0x610BD8) is known color: Electric Indigo. HEX triplet: 61, 0B and D8. RGB value is (97,11,216). Sum of RGB (Red+Green+Blue) = 97+11+216=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #610BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BD8 is #9EF427. Grayscale: #3B3B3B. Windows color (decimal): -10417192 or 14158689. OLE color: 14158689.

HSL color Cylindrical-coordinate representation of color #610BD8: hue angle of 265.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BD8 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 11 216 -
CMYK 0.55 0.95 0 0.15
HSL 265.17º 0.9% 0.45% -
HSV(B) 265.17º 0.95% 0.85% -
XYZ 17.44 7.74 65.54 -
YUV 60.08 215.99 154.33 -
System Red Green Blue C M Y K H S L
Decimal 97 11 216 0.55 0.95 0 0.15 265.17 0.9 0.45
Hex 61 B D8 37 5F 0 F 109 5A 2D
Octal 141 13 330 67 137 0 17 411 132 55
Binary 1100001 1011 11011000 110111 1011111 0 1111 100001001 1011010 101101

Color Harmonies of #610BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BD8

Black with #610BD8

Text Example


Text Example

White with #610BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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