Html Css Color HEX #610CDC Electric Indigo

📋 copy color: '#610CDC'

red 97 ◦ green 12 ◦ blue 220

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

Shades of Electric Indigo #610CDC

Tints of Electric Indigo #610CDC

RGB

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

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

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

R = 29.48%
G = 3.65%
B = 66.87%

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

#610CDC (or 0x610CDC) is known color: Electric Indigo. HEX triplet: 61, 0C and DC. RGB value is (97,12,220). Sum of RGB (Red+Green+Blue) = 97+12+220=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #610CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CDC is #9EF323. Grayscale: #3C3C3C. Windows color (decimal): -10416932 or 14421089. OLE color: 14421089.

HSL color Cylindrical-coordinate representation of color #610CDC: hue angle of 264.52º degrees, saturation: 0.9, 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 #610CDC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 12 220 -
CMYK 0.56 0.95 0 0.14
HSL 264.52º 0.9% 0.45% -
HSV(B) 264.52º 0.95% 0.86% -
XYZ 17.98 7.97 68.3 -
YUV 61.13 217.66 153.59 -
System Red Green Blue C M Y K H S L
Decimal 97 12 220 0.56 0.95 0 0.14 264.52 0.9 0.45
Hex 61 C DC 38 5F 0 E 109 5A 2D
Octal 141 14 334 70 137 0 16 411 132 55
Binary 1100001 1100 11011100 111000 1011111 0 1110 100001001 1011010 101101

Color Harmonies of #610CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CDC

Black with #610CDC

Text Example


Text Example

White with #610CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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