Html Css Color HEX #610ADC Electric Indigo

📋 copy color: '#610ADC'

red 97 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #610ADC

Tints of Electric Indigo #610ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.28%

R = 29.66%
G = 3.06%
B = 67.28%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#610ADC (or 0x610ADC) is known color: Electric Indigo. HEX triplet: 61, 0A and DC. RGB value is (97,10,220). Sum of RGB (Red+Green+Blue) = 97+10+220=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #610ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ADC is #9EF523. Grayscale: #3B3B3B. Windows color (decimal): -10417444 or 14420577. OLE color: 14420577.

HSL color Cylindrical-coordinate representation of color #610ADC: hue angle of 264.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ADC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 10 220 -
CMYK 0.56 0.95 0 0.14
HSL 264.86º 0.91% 0.45% -
HSV(B) 264.86º 0.95% 0.86% -
XYZ 17.96 7.93 68.29 -
YUV 59.95 218.32 154.42 -
System Red Green Blue C M Y K H S L
Decimal 97 10 220 0.56 0.95 0 0.14 264.86 0.91 0.45
Hex 61 A DC 38 5F 0 E 109 5B 2D
Octal 141 12 334 70 137 0 16 411 133 55
Binary 1100001 1010 11011100 111000 1011111 0 1110 100001001 1011011 101101

Color Harmonies of #610ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ADC

Black with #610ADC

Text Example


Text Example

White with #610ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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