Html Css Color HEX #610CFF Electric Indigo

📋 copy color: '#610CFF'

red 97 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #610CFF

Tints of Electric Indigo #610CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 26.65%
G = 3.3%
B = 70.05%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#610CFF (or 0x610CFF) is known color: Electric Indigo. HEX triplet: 61, 0C and FF. RGB value is (97,12,255). Sum of RGB (Red+Green+Blue) = 97+12+255=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #610CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CFF is #9EF300. Grayscale: #404040. Windows color (decimal): -10416897 or 16714849. OLE color: 16714849.

HSL color Cylindrical-coordinate representation of color #610CFF: hue angle of 260.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 12 255 -
CMYK 0.62 0.95 0 0
HSL 260.99º 1% 0.52% -
HSV(B) 260.99º 0.95% 1% -
XYZ 23.11 10.02 95.32 -
YUV 65.12 235.16 150.74 -
System Red Green Blue C M Y K H S L
Decimal 97 12 255 0.62 0.95 0 0 260.99 1 0.52
Hex 61 C FF 3E 5F 0 0 105 64 34
Octal 141 14 377 76 137 0 0 405 144 64
Binary 1100001 1100 11111111 111110 1011111 0 0 100000101 1100100 110100

Color Harmonies of #610CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CFF

Black with #610CFF

Text Example


Text Example

White with #610CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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