Html Css Color HEX #61197F Indigo

📋 copy color: '#61197F'

red 97 ◦ green 25 ◦ blue 127

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

Shades of Indigo #61197F

Tints of Indigo #61197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

 BLUE value IS 127 (50% from 255) = 51%

R = 38.96%
G = 10.04%
B = 51%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61197F (or 0x61197F) is known color: Indigo. HEX triplet: 61, 19 and 7F. RGB value is (97,25,127). Sum of RGB (Red+Green+Blue) = 97+25+127=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #61197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61197F is #9EE680. Grayscale: #393939. Windows color (decimal): -10413697 or 8329569. OLE color: 8329569.

HSL color Cylindrical-coordinate representation of color #61197F: hue angle of 282.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61197F is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 25 127 -
CMYK 0.24 0.80 0 0.50
HSL 282.35º 0.67% 0.3% -
HSV(B) 282.35º 0.8% 0.5% -
XYZ 9.11 4.77 20.52 -
YUV 58.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 97 25 127 0.24 0.80 0 0.50 282.35 0.67 0.3
Hex 61 19 7F 18 50 0 32 11A 43 1E
Octal 141 31 177 30 120 0 62 432 103 36
Binary 1100001 11001 1111111 11000 1010000 0 110010 100011010 1000011 11110

Color Harmonies of #61197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61197F

Black with #61197F

Text Example


Text Example

White with #61197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61197F; }

 p { color: rgb(97,25,127); }

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

background-color css

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

 a { background-color: rgb(97,25,127); }

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

border-color css

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

 span { border-color: rgb(97,25,127); }

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