Html Css Color HEX #610FFF Electric Indigo

📋 copy color: '#610FFF'

red 97 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #610FFF

Tints of Electric Indigo #610FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

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

R = 26.43%
G = 4.09%
B = 69.48%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#610FFF (or 0x610FFF) is known color: Electric Indigo. HEX triplet: 61, 0F and FF. RGB value is (97,15,255). Sum of RGB (Red+Green+Blue) = 97+15+255=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #610FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FFF is #9EF000. Grayscale: #424242. Windows color (decimal): -10416129 or 16715617. OLE color: 16715617.

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

Color convert

RGB 97 15 255 -
CMYK 0.62 0.94 0 0
HSL 260.5º 1% 0.53% -
HSV(B) 260.5º 0.94% 1% -
XYZ 23.15 10.1 95.34 -
YUV 66.88 234.17 149.49 -
System Red Green Blue C M Y K H S L
Decimal 97 15 255 0.62 0.94 0 0 260.5 1 0.53
Hex 61 F FF 3E 5E 0 0 104 64 35
Octal 141 17 377 76 136 0 0 404 144 65
Binary 1100001 1111 11111111 111110 1011110 0 0 100000100 1100100 110101

Color Harmonies of #610FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FFF

Black with #610FFF

Text Example


Text Example

White with #610FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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