Html Css Color HEX #61159D Indigo

📋 copy color: '#61159D'

red 97 ◦ green 21 ◦ blue 157

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

Shades of Indigo #61159D

Tints of Indigo #61159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 35.27%
G = 7.64%
B = 57.09%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61159D (or 0x61159D) is known color: Indigo. HEX triplet: 61, 15 and 9D. RGB value is (97,21,157). Sum of RGB (Red+Green+Blue) = 97+21+157=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #61159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61159D is #9EEA62. Grayscale: #3A3A3A. Windows color (decimal): -10414691 or 10294625. OLE color: 10294625.

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

Color convert

RGB 97 21 157 -
CMYK 0.38 0.87 0 0.38
HSL 273.53º 0.76% 0.35% -
HSV(B) 273.53º 0.87% 0.62% -
XYZ 11.28 5.51 32.37 -
YUV 59.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 97 21 157 0.38 0.87 0 0.38 273.53 0.76 0.35
Hex 61 15 9D 26 57 0 26 112 4C 23
Octal 141 25 235 46 127 0 46 422 114 43
Binary 1100001 10101 10011101 100110 1010111 0 100110 100010010 1001100 100011

Color Harmonies of #61159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61159D

Black with #61159D

Text Example


Text Example

White with #61159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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