Html Css Color HEX #610E9E Indigo

📋 copy color: '#610E9E'

red 97 ◦ green 14 ◦ blue 158

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

Shades of Indigo #610E9E

Tints of Indigo #610E9E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 36.06%
G = 5.2%
B = 58.74%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#610E9E (or 0x610E9E) is known color: Indigo. HEX triplet: 61, 0E and 9E. RGB value is (97,14,158). Sum of RGB (Red+Green+Blue) = 97+14+158=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #610E9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610E9E is #9EF161. Grayscale: #363636. Windows color (decimal): -10416482 or 10358369. OLE color: 10358369.

HSL color Cylindrical-coordinate representation of color #610E9E: hue angle of 274.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610E9E is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 14 158 -
CMYK 0.39 0.91 0 0.38
HSL 274.58º 0.84% 0.34% -
HSV(B) 274.58º 0.91% 0.62% -
XYZ 11.26 5.32 32.78 -
YUV 55.23 186 157.79 -
System Red Green Blue C M Y K H S L
Decimal 97 14 158 0.39 0.91 0 0.38 274.58 0.84 0.34
Hex 61 E 9E 27 5B 0 26 113 54 22
Octal 141 16 236 47 133 0 46 423 124 42
Binary 1100001 1110 10011110 100111 1011011 0 100110 100010011 1010100 100010

Color Harmonies of #610E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E9E

Black with #610E9E

Text Example


Text Example

White with #610E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,14,158); }

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

background-color css

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

 a { background-color: rgb(97,14,158); }

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

border-color css

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

 span { border-color: rgb(97,14,158); }

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