Html Css Color HEX #610778 Indigo

📋 copy color: '#610778'

red 97 ◦ green 7 ◦ blue 120

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

Shades of Indigo #610778

Tints of Indigo #610778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 43.3%
G = 3.13%
B = 53.57%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#610778 (or 0x610778) is known color: Indigo. HEX triplet: 61, 07 and 78. RGB value is (97,7,120). Sum of RGB (Red+Green+Blue) = 97+7+120=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #610778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610778 is #9EF887. Grayscale: #2E2E2E. Windows color (decimal): -10418312 or 7866209. OLE color: 7866209.

HSL color Cylindrical-coordinate representation of color #610778: hue angle of 287.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610778 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 7 120 -
CMYK 0.19 0.94 0 0.53
HSL 287.79º 0.89% 0.25% -
HSV(B) 287.79º 0.94% 0.47% -
XYZ 8.4 4.05 18.11 -
YUV 46.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 97 7 120 0.19 0.94 0 0.53 287.79 0.89 0.25
Hex 61 7 78 13 5E 0 35 120 59 19
Octal 141 7 170 23 136 0 65 440 131 31
Binary 1100001 111 1111000 10011 1011110 0 110101 100100000 1011001 11001

Color Harmonies of #610778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610778

Black with #610778

Text Example


Text Example

White with #610778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610778; }

 p { color: rgb(97,7,120); }

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

background-color css

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

 a { background-color: rgb(97,7,120); }

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

border-color css

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

 span { border-color: rgb(97,7,120); }

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