Html Css Color HEX #61119B Indigo

📋 copy color: '#61119B'

red 97 ◦ green 17 ◦ blue 155

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

Shades of Indigo #61119B

Tints of Indigo #61119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.32%

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 36.06%
G = 6.32%
B = 57.62%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61119B (or 0x61119B) is known color: Indigo. HEX triplet: 61, 11 and 9B. RGB value is (97,17,155). Sum of RGB (Red+Green+Blue) = 97+17+155=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #61119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61119B is #9EEE64. Grayscale: #383838. Windows color (decimal): -10415717 or 10162529. OLE color: 10162529.

HSL color Cylindrical-coordinate representation of color #61119B: hue angle of 274.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61119B is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 17 155 -
CMYK 0.37 0.89 0 0.39
HSL 274.78º 0.8% 0.34% -
HSV(B) 274.78º 0.89% 0.61% -
XYZ 11.05 5.31 31.45 -
YUV 56.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 97 17 155 0.37 0.89 0 0.39 274.78 0.8 0.34
Hex 61 11 9B 25 59 0 27 113 50 22
Octal 141 21 233 45 131 0 47 423 120 42
Binary 1100001 10001 10011011 100101 1011001 0 100111 100010011 1010000 100010

Color Harmonies of #61119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61119B

Black with #61119B

Text Example


Text Example

White with #61119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61119B; }

 p { color: rgb(97,17,155); }

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

background-color css

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

 a { background-color: rgb(97,17,155); }

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

border-color css

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

 span { border-color: rgb(97,17,155); }

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