Html Css Color HEX #61109C Indigo

📋 copy color: '#61109C'

red 97 ◦ green 16 ◦ blue 156

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

Shades of Indigo #61109C

Tints of Indigo #61109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 36.06%
G = 5.95%
B = 57.99%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61109C (or 0x61109C) is known color: Indigo. HEX triplet: 61, 10 and 9C. RGB value is (97,16,156). Sum of RGB (Red+Green+Blue) = 97+16+156=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #61109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61109C is #9EEF63. Grayscale: #373737. Windows color (decimal): -10415972 or 10227809. OLE color: 10227809.

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

Color convert

RGB 97 16 156 -
CMYK 0.38 0.90 0 0.39
HSL 274.71º 0.81% 0.34% -
HSV(B) 274.71º 0.9% 0.61% -
XYZ 11.12 5.31 31.89 -
YUV 56.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 97 16 156 0.38 0.90 0 0.39 274.71 0.81 0.34
Hex 61 10 9C 26 5A 0 27 113 51 22
Octal 141 20 234 46 132 0 47 423 121 42
Binary 1100001 10000 10011100 100110 1011010 0 100111 100010011 1010001 100010

Color Harmonies of #61109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61109C

Black with #61109C

Text Example


Text Example

White with #61109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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