Html Css Color HEX #610475 Indigo

📋 copy color: '#610475'

red 97 ◦ green 4 ◦ blue 117

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

Shades of Indigo #610475

Tints of Indigo #610475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 44.5%
G = 1.83%
B = 53.67%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610475 (or 0x610475) is known color: Indigo. HEX triplet: 61, 04 and 75. RGB value is (97,4,117). Sum of RGB (Red+Green+Blue) = 97+4+117=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #610475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610475 is #9EFB8A. Grayscale: #2C2C2C. Windows color (decimal): -10419083 or 7668833. OLE color: 7668833.

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

Color convert

RGB 97 4 117 -
CMYK 0.17 0.97 0 0.54
HSL 289.38º 0.93% 0.24% -
HSV(B) 289.38º 0.97% 0.46% -
XYZ 8.18 3.91 17.15 -
YUV 44.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 97 4 117 0.17 0.97 0 0.54 289.38 0.93 0.24
Hex 61 4 75 11 61 0 36 121 5D 18
Octal 141 4 165 21 141 0 66 441 135 30
Binary 1100001 100 1110101 10001 1100001 0 110110 100100001 1011101 11000

Color Harmonies of #610475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610475

Black with #610475

Text Example


Text Example

White with #610475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610475; }

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

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

background-color css

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

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

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

border-color css

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

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

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