Html Css Color HEX #61139D Indigo

📋 copy color: '#61139D'

red 97 ◦ green 19 ◦ blue 157

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

Shades of Indigo #61139D

Tints of Indigo #61139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 35.53%
G = 6.96%
B = 57.51%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61139D (or 0x61139D) is known color: Indigo. HEX triplet: 61, 13 and 9D. RGB value is (97,19,157). Sum of RGB (Red+Green+Blue) = 97+19+157=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #61139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61139D is #9EEC62. Grayscale: #393939. Windows color (decimal): -10415203 or 10294113. OLE color: 10294113.

HSL color Cylindrical-coordinate representation of color #61139D: hue angle of 273.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61139D is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 19 157 -
CMYK 0.38 0.88 0 0.38
HSL 273.91º 0.78% 0.35% -
HSV(B) 273.91º 0.88% 0.62% -
XYZ 11.25 5.44 32.36 -
YUV 58.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 97 19 157 0.38 0.88 0 0.38 273.91 0.78 0.35
Hex 61 13 9D 26 58 0 26 112 4E 23
Octal 141 23 235 46 130 0 46 422 116 43
Binary 1100001 10011 10011101 100110 1011000 0 100110 100010010 1001110 100011

Color Harmonies of #61139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61139D

Black with #61139D

Text Example


Text Example

White with #61139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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