Html Css Color HEX #610CED Electric Indigo

📋 copy color: '#610CED'

red 97 ◦ green 12 ◦ blue 237

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

Shades of Electric Indigo #610CED

Tints of Electric Indigo #610CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 28.03%
G = 3.47%
B = 68.5%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#610CED (or 0x610CED) is known color: Electric Indigo. HEX triplet: 61, 0C and ED. RGB value is (97,12,237). Sum of RGB (Red+Green+Blue) = 97+12+237=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #610CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CED is #9EF312. Grayscale: #3E3E3E. Windows color (decimal): -10416915 or 15535201. OLE color: 15535201.

HSL color Cylindrical-coordinate representation of color #610CED: hue angle of 262.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CED is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 12 237 -
CMYK 0.59 0.95 0 0.07
HSL 262.67º 0.9% 0.49% -
HSV(B) 262.67º 0.95% 0.93% -
XYZ 20.35 8.92 80.77 -
YUV 63.07 226.16 152.2 -
System Red Green Blue C M Y K H S L
Decimal 97 12 237 0.59 0.95 0 0.07 262.67 0.9 0.49
Hex 61 C ED 3B 5F 0 7 107 5A 31
Octal 141 14 355 73 137 0 7 407 132 61
Binary 1100001 1100 11101101 111011 1011111 0 111 100000111 1011010 110001

Color Harmonies of #610CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CED

Black with #610CED

Text Example


Text Example

White with #610CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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