Html Css Color HEX #610CE5 Electric Indigo

📋 copy color: '#610CE5'

red 97 ◦ green 12 ◦ blue 229

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

Shades of Electric Indigo #610CE5

Tints of Electric Indigo #610CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

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

R = 28.7%
G = 3.55%
B = 67.75%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#610CE5 (or 0x610CE5) is known color: Electric Indigo. HEX triplet: 61, 0C and E5. RGB value is (97,12,229). Sum of RGB (Red+Green+Blue) = 97+12+229=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #610CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CE5 is #9EF31A. Grayscale: #3D3D3D. Windows color (decimal): -10416923 or 15010913. OLE color: 15010913.

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

Color convert

RGB 97 12 229 -
CMYK 0.58 0.95 0 0.10
HSL 263.5º 0.9% 0.47% -
HSV(B) 263.5º 0.95% 0.9% -
XYZ 19.2 8.46 74.75 -
YUV 62.15 222.16 152.86 -
System Red Green Blue C M Y K H S L
Decimal 97 12 229 0.58 0.95 0 0.10 263.5 0.9 0.47
Hex 61 C E5 3A 5F 0 A 108 5A 2F
Octal 141 14 345 72 137 0 12 410 132 57
Binary 1100001 1100 11100101 111010 1011111 0 1010 100001000 1011010 101111

Color Harmonies of #610CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CE5

Black with #610CE5

Text Example


Text Example

White with #610CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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