#61138F

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

Shades of Indigo #61138F

Tints of Indigo #61138F

Color information

#61138F (or 0x61138F) is unknown color: approx Indigo. HEX triplet: 61, 13 and 8F. RGB value is (97,19,143). Sum of RGB (Red+Green+Blue) = 97+19+143=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #61138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61138F is #9EEC70. Grayscale: #383838. Windows color (decimal): -10415217 or 9376609. OLE color: 9376609.

HSL color Cylindrical-coordinate representation of color #61138F: hue angle of 277.74º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61138F is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9719143-
CMYK0.320.8700.44
HSL277.74º76.54%31.76%-
HSV(B)277.74º86.71%56.08%-
XYZ10.124.9926.42-
YUV56.46176.84156.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 143 (56.25% from 255) = 55.21%
R=37.45%
G=7.34%
B=55.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97191430.320.8700.44277.7476.5431.76
Hex61138F205702C1164d20
Octal141232174012705442611540
Binary11000011001110001111100000101011101011001000101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,19,143); }

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

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

 a { background-color: rgb(97,19,143); }

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

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

 span { border-color: rgb(97,19,143); }

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