Html Css Color HEX #610CFA Electric Indigo

📋 copy color: '#610CFA'

red 97 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #610CFA

Tints of Electric Indigo #610CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 27.02%
G = 3.34%
B = 69.64%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#610CFA (or 0x610CFA) is known color: Electric Indigo. HEX triplet: 61, 0C and FA. RGB value is (97,12,250). Sum of RGB (Red+Green+Blue) = 97+12+250=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #610CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CFA is #9EF305. Grayscale: #3F3F3F. Windows color (decimal): -10416902 or 16387169. OLE color: 16387169.

HSL color Cylindrical-coordinate representation of color #610CFA: hue angle of 261.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CFA is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 12 250 -
CMYK 0.61 0.95 0 0.02
HSL 261.43º 0.96% 0.51% -
HSV(B) 261.43º 0.95% 0.98% -
XYZ 22.32 9.71 91.14 -
YUV 64.55 232.66 151.15 -
System Red Green Blue C M Y K H S L
Decimal 97 12 250 0.61 0.95 0 0.02 261.43 0.96 0.51
Hex 61 C FA 3D 5F 0 2 105 60 33
Octal 141 14 372 75 137 0 2 405 140 63
Binary 1100001 1100 11111010 111101 1011111 0 10 100000101 1100000 110011

Color Harmonies of #610CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CFA

Black with #610CFA

Text Example


Text Example

White with #610CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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