#61108B

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

Shades of Indigo #61108B

Tints of Indigo #61108B

Color information

#61108B (or 0x61108B) is unknown color: approx Indigo. HEX triplet: 61, 10 and 8B. RGB value is (97,16,139). Sum of RGB (Red+Green+Blue) = 97+16+139=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #61108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61108B is #9EEF74. Grayscale: #353535. Windows color (decimal): -10415989 or 9113697. OLE color: 9113697.

HSL color Cylindrical-coordinate representation of color #61108B: hue angle of 279.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61108B is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9716139-
CMYK0.300.8800.45
HSL279.51º79.35%30.39%-
HSV(B)279.51º88.49%54.51%-
XYZ9.784.7824.83-
YUV54.24175.84158.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=38.49%
G=6.35%
B=55.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97161390.300.8800.45279.5179.3530.39
Hex61108B1E5802D1184f1e
Octal141202133613005543011736
Binary110000110000100010111111010110000101101100011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61108B; }

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

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

<style>
 a { background-color: #61108B; }

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

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

<style>
 span { border-color: #61108B; }

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

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