#61117F

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

Shades of Indigo #61117F

Tints of Indigo #61117F

Color information

#61117F (or 0x61117F) is unknown color: approx Indigo. HEX triplet: 61, 11 and 7F. RGB value is (97,17,127). Sum of RGB (Red+Green+Blue) = 97+17+127=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #61117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61117F is #9EEE80. Grayscale: #353535. Windows color (decimal): -10415745 or 8327521. OLE color: 8327521.

HSL color Cylindrical-coordinate representation of color #61117F: hue angle of 283.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61117F is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9717127-
CMYK0.240.8700.50
HSL283.64º76.39%28.24%-
HSV(B)283.64º86.61%49.8%-
XYZ8.964.4720.47-
YUV53.46169.5159.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 127 (50% from 255) = 52.70%
R=40.25%
G=7.05%
B=52.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97171270.240.8700.50283.6476.3928.24
Hex61117F185703211c4c1c
Octal141211773012706243411434
Binary11000011000111111111100010101110110010100011100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61117F; }

 p { color: rgb(97,17,127); }

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

<style>
 a { background-color: #61117F; }

 a { background-color: rgb(97,17,127); }

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

<style>
 span { border-color: #61117F; }

 span { border-color: rgb(97,17,127); }

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