Html Css Color HEX #61137A Indigo

📋 copy color: '#61137A'

red 97 ◦ green 19 ◦ blue 122

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

Shades of Indigo #61137A

Tints of Indigo #61137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 40.76%
G = 7.98%
B = 51.26%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61137A (or 0x61137A) is known color: Indigo. HEX triplet: 61, 13 and 7A. RGB value is (97,19,122). Sum of RGB (Red+Green+Blue) = 97+19+122=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #61137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61137A is #9EEC85. Grayscale: #353535. Windows color (decimal): -10415238 or 8000353. OLE color: 8000353.

HSL color Cylindrical-coordinate representation of color #61137A: hue angle of 285.44º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61137A is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 19 122 -
CMYK 0.20 0.84 0 0.52
HSL 285.44º 0.73% 0.28% -
HSV(B) 285.44º 0.84% 0.48% -
XYZ 8.68 4.41 18.81 -
YUV 54.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 97 19 122 0.20 0.84 0 0.52 285.44 0.73 0.28
Hex 61 13 7A 14 54 0 34 11D 49 1C
Octal 141 23 172 24 124 0 64 435 111 34
Binary 1100001 10011 1111010 10100 1010100 0 110100 100011101 1001001 11100

Color Harmonies of #61137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61137A

Black with #61137A

Text Example


Text Example

White with #61137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61137A; }

 p { color: rgb(97,19,122); }

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

background-color css

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

 a { background-color: rgb(97,19,122); }

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

border-color css

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

 span { border-color: rgb(97,19,122); }

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