#61178D

Color #61178D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #61178D

Tints of Indigo #61178D

Color information

#61178D (or 0x61178D) is unknown color: approx Indigo. HEX triplet: 61, 17 and 8D. RGB value is (97,23,141). Sum of RGB (Red+Green+Blue) = 97+23+141=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #61178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61178D is #9EE872. Grayscale: #3A3A3A. Windows color (decimal): -10414195 or 9246561. OLE color: 9246561.

HSL color Cylindrical-coordinate representation of color #61178D: hue angle of 277.63º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61178D is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9723141-
CMYK0.310.8400.45
HSL277.63º71.95%32.16%-
HSV(B)277.63º83.69%55.29%-
XYZ10.045.0825.65-
YUV58.58174.52155.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=37.16%
G=8.81%
B=54.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97231410.310.8400.45277.6371.9532.16
Hex61178D1F5402D1164820
Octal141272153712405542611040
Binary1100001101111000110111111101010001011011000101101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,23,141); }

 H1.HeaderClassName
 {
   color: #61178D;
 }
 .AnyTagClassName
 {
   color: #61178D;
 }
</style>
background-color css

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

 a { background-color: rgb(97,23,141); }

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

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

 span { border-color: rgb(97,23,141); }

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