Html Css Color HEX #610076 Indigo

📋 copy color: '#610076'

red 97 ◦ green 0 ◦ blue 118

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

Shades of Indigo #610076

Tints of Indigo #610076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 54.88%

R = 45.12%
G = 0%
B = 54.88%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610076 (or 0x610076) is known color: Indigo. HEX triplet: 61, 00 and 76. RGB value is (97,0,118). Sum of RGB (Red+Green+Blue) = 97+0+118=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #610076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610076 is #9EFF89. Grayscale: #2A2A2A. Windows color (decimal): -10420106 or 7733345. OLE color: 7733345.

HSL color Cylindrical-coordinate representation of color #610076: hue angle of 289.32º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610076 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 0 118 -
CMYK 0.18 1 0 0.54
HSL 289.32º 1% 0.23% -
HSV(B) 289.32º 1% 0.46% -
XYZ 8.2 3.85 17.45 -
YUV 42.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 97 0 118 0.18 1 0 0.54 289.32 1 0.23
Hex 61 0 76 12 64 0 36 121 64 17
Octal 141 0 166 22 144 0 66 441 144 27
Binary 1100001 0 1110110 10010 1100100 0 110110 100100001 1100100 10111

Color Harmonies of #610076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610076

Black with #610076

Text Example


Text Example

White with #610076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610076; }

 p { color: rgb(97,0,118); }

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

background-color css

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

 a { background-color: rgb(97,0,118); }

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

border-color css

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

 span { border-color: rgb(97,0,118); }

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