Html Css Color HEX #610973 Indigo

📋 copy color: '#610973'

red 97 ◦ green 9 ◦ blue 115

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

Shades of Indigo #610973

Tints of Indigo #610973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 43.89%
G = 4.07%
B = 52.04%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610973 (or 0x610973) is known color: Indigo. HEX triplet: 61, 09 and 73. RGB value is (97,9,115). Sum of RGB (Red+Green+Blue) = 97+9+115=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #610973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610973 is #9EF68C. Grayscale: #2F2F2F. Windows color (decimal): -10417805 or 7539041. OLE color: 7539041.

HSL color Cylindrical-coordinate representation of color #610973: hue angle of 289.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610973 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 9 115 -
CMYK 0.16 0.92 0 0.55
HSL 289.81º 0.85% 0.24% -
HSV(B) 289.81º 0.92% 0.45% -
XYZ 8.12 3.97 16.56 -
YUV 47.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 97 9 115 0.16 0.92 0 0.55 289.81 0.85 0.24
Hex 61 9 73 10 5C 0 37 122 55 18
Octal 141 11 163 20 134 0 67 442 125 30
Binary 1100001 1001 1110011 10000 1011100 0 110111 100100010 1010101 11000

Color Harmonies of #610973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610973

Black with #610973

Text Example


Text Example

White with #610973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610973; }

 p { color: rgb(97,9,115); }

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

background-color css

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

 a { background-color: rgb(97,9,115); }

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

border-color css

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

 span { border-color: rgb(97,9,115); }

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