#61097F

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

Shades of Indigo #61097F

Tints of Indigo #61097F

Color information

#61097F (or 0x61097F) is unknown color: approx Indigo. HEX triplet: 61, 09 and 7F. RGB value is (97,9,127). Sum of RGB (Red+Green+Blue) = 97+9+127=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #61097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61097F is #9EF680. Grayscale: #303030. Windows color (decimal): -10417793 or 8325473. OLE color: 8325473.

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

Color convert

RGB979127-
CMYK0.240.9300.50
HSL284.75º86.76%26.67%-
HSV(B)284.75º92.91%49.8%-
XYZ8.864.2720.44-
YUV48.76172.15162.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 127 (50% from 255) = 54.51%
R=41.63%
G=3.86%
B=54.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9791270.240.9300.50284.7586.7626.67
Hex6197F185D03211d571b
Octal141111773013506243512733
Binary1100001100111111111100010111010110010100011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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