Html Css Color HEX #610474 Indigo

📋 copy color: '#610474'

red 97 ◦ green 4 ◦ blue 116

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

Shades of Indigo #610474

Tints of Indigo #610474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 44.7%
G = 1.84%
B = 53.46%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610474 (or 0x610474) is known color: Indigo. HEX triplet: 61, 04 and 74. RGB value is (97,4,116). Sum of RGB (Red+Green+Blue) = 97+4+116=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #610474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610474 is #9EFB8B. Grayscale: #2C2C2C. Windows color (decimal): -10419084 or 7603297. OLE color: 7603297.

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

Color convert

RGB 97 4 116 -
CMYK 0.16 0.97 0 0.55
HSL 289.82º 0.93% 0.24% -
HSV(B) 289.82º 0.97% 0.45% -
XYZ 8.13 3.89 16.85 -
YUV 44.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 97 4 116 0.16 0.97 0 0.55 289.82 0.93 0.24
Hex 61 4 74 10 61 0 37 122 5D 18
Octal 141 4 164 20 141 0 67 442 135 30
Binary 1100001 100 1110100 10000 1100001 0 110111 100100010 1011101 11000

Color Harmonies of #610474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610474

Black with #610474

Text Example


Text Example

White with #610474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610474; }

 p { color: rgb(97,4,116); }

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

background-color css

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

 a { background-color: rgb(97,4,116); }

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

border-color css

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

 span { border-color: rgb(97,4,116); }

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