Html Css Color HEX #61109D Indigo

📋 copy color: '#61109D'

red 97 ◦ green 16 ◦ blue 157

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

Shades of Indigo #61109D

Tints of Indigo #61109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 35.93%
G = 5.93%
B = 58.15%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61109D (or 0x61109D) is known color: Indigo. HEX triplet: 61, 10 and 9D. RGB value is (97,16,157). Sum of RGB (Red+Green+Blue) = 97+16+157=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #61109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61109D is #9EEF62. Grayscale: #373737. Windows color (decimal): -10415971 or 10293345. OLE color: 10293345.

HSL color Cylindrical-coordinate representation of color #61109D: hue angle of 274.47º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61109D is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 16 157 -
CMYK 0.38 0.90 0 0.38
HSL 274.47º 0.82% 0.34% -
HSV(B) 274.47º 0.9% 0.62% -
XYZ 11.2 5.35 32.34 -
YUV 56.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 97 16 157 0.38 0.90 0 0.38 274.47 0.82 0.34
Hex 61 10 9D 26 5A 0 26 112 52 22
Octal 141 20 235 46 132 0 46 422 122 42
Binary 1100001 10000 10011101 100110 1011010 0 100110 100010010 1010010 100010

Color Harmonies of #61109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61109D

Black with #61109D

Text Example


Text Example

White with #61109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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