Html Css Color HEX #610E72 Indigo

📋 copy color: '#610E72'

red 97 ◦ green 14 ◦ blue 114

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

Shades of Indigo #610E72

Tints of Indigo #610E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 43.11%
G = 6.22%
B = 50.67%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610E72 (or 0x610E72) is known color: Indigo. HEX triplet: 61, 0E and 72. RGB value is (97,14,114). Sum of RGB (Red+Green+Blue) = 97+14+114=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #610E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610E72 is #9EF18D. Grayscale: #313131. Windows color (decimal): -10416526 or 7474785. OLE color: 7474785.

HSL color Cylindrical-coordinate representation of color #610E72: hue angle of 289.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610E72 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 14 114 -
CMYK 0.15 0.88 0 0.55
HSL 289.8º 0.78% 0.25% -
HSV(B) 289.8º 0.88% 0.45% -
XYZ 8.12 4.07 16.28 -
YUV 50.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 97 14 114 0.15 0.88 0 0.55 289.8 0.78 0.25
Hex 61 E 72 F 58 0 37 122 4E 19
Octal 141 16 162 17 130 0 67 442 116 31
Binary 1100001 1110 1110010 1111 1011000 0 110111 100100010 1001110 11001

Color Harmonies of #610E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E72

Black with #610E72

Text Example


Text Example

White with #610E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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