#610977

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

Shades of Indigo #610977

Tints of Indigo #610977

Color information

#610977 (or 0x610977) is unknown color: approx Indigo. HEX triplet: 61, 09 and 77. RGB value is (97,9,119). Sum of RGB (Red+Green+Blue) = 97+9+119=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #610977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610977 is #9EF688. Grayscale: #2F2F2F. Windows color (decimal): -10417801 or 7801185. OLE color: 7801185.

HSL color Cylindrical-coordinate representation of color #610977: hue angle of 288º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610977 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB979119-
CMYK0.180.9200.53
HSL288º85.94%25.1%-
HSV(B)288º92.44%46.67%-
XYZ8.364.0717.8-
YUV47.85168.15163.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=43.11%
G=4%
B=52.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9791190.180.9200.5328885.9425.1
Hex61977125C0351205619
Octal141111672213406544012631
Binary1100001100111101111001010111000110101100100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610977; }

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

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

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

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

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

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

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

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