Html Css Color HEX #610CE2 Electric Indigo

📋 copy color: '#610CE2'

red 97 ◦ green 12 ◦ blue 226

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

Shades of Electric Indigo #610CE2

Tints of Electric Indigo #610CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 67.46%

R = 28.96%
G = 3.58%
B = 67.46%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#610CE2 (or 0x610CE2) is known color: Electric Indigo. HEX triplet: 61, 0C and E2. RGB value is (97,12,226). Sum of RGB (Red+Green+Blue) = 97+12+226=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 226 (88.67% from 255 or 67.46% from 335); Max value from RGB is 226 - color contains mainly: blue. Hex color #610CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CE2 is #9EF31D. Grayscale: #3D3D3D. Windows color (decimal): -10416926 or 14814305. OLE color: 14814305.

HSL color Cylindrical-coordinate representation of color #610CE2: hue angle of 263.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CE2 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 12 226 -
CMYK 0.57 0.95 0 0.11
HSL 263.83º 0.9% 0.47% -
HSV(B) 263.83º 0.95% 0.89% -
XYZ 18.79 8.3 72.56 -
YUV 61.81 220.66 153.1 -
System Red Green Blue C M Y K H S L
Decimal 97 12 226 0.57 0.95 0 0.11 263.83 0.9 0.47
Hex 61 C E2 39 5F 0 B 108 5A 2F
Octal 141 14 342 71 137 0 13 410 132 57
Binary 1100001 1100 11100010 111001 1011111 0 1011 100001000 1011010 101111

Color Harmonies of #610CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CE2

Black with #610CE2

Text Example


Text Example

White with #610CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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