Html Css Color HEX #610AE5 Electric Indigo

📋 copy color: '#610AE5'

red 97 ◦ green 10 ◦ blue 229

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

Shades of Electric Indigo #610AE5

Tints of Electric Indigo #610AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 68.15%

R = 28.87%
G = 2.98%
B = 68.15%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#610AE5 (or 0x610AE5) is known color: Electric Indigo. HEX triplet: 61, 0A and E5. RGB value is (97,10,229). Sum of RGB (Red+Green+Blue) = 97+10+229=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #610AE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610AE5 is #9EF51A. Grayscale: #3C3C3C. Windows color (decimal): -10417435 or 15010401. OLE color: 15010401.

HSL color Cylindrical-coordinate representation of color #610AE5: hue angle of 263.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610AE5 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 10 229 -
CMYK 0.58 0.96 0 0.10
HSL 263.84º 0.92% 0.47% -
HSV(B) 263.84º 0.96% 0.9% -
XYZ 19.18 8.42 74.74 -
YUV 60.98 222.82 153.69 -
System Red Green Blue C M Y K H S L
Decimal 97 10 229 0.58 0.96 0 0.10 263.84 0.92 0.47
Hex 61 A E5 3A 60 0 A 108 5C 2F
Octal 141 12 345 72 140 0 12 410 134 57
Binary 1100001 1010 11100101 111010 1100000 0 1010 100001000 1011100 101111

Color Harmonies of #610AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AE5

Black with #610AE5

Text Example


Text Example

White with #610AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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