#610D78

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

Shades of Indigo #610D78

Tints of Indigo #610D78

Color information

#610D78 (or 0x610D78) is unknown color: approx Indigo. HEX triplet: 61, 0D and 78. RGB value is (97,13,120). Sum of RGB (Red+Green+Blue) = 97+13+120=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #610D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610D78 is #9EF287. Grayscale: #313131. Windows color (decimal): -10416776 or 7867745. OLE color: 7867745.

HSL color Cylindrical-coordinate representation of color #610D78: hue angle of 287.1º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610D78 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9713120-
CMYK0.190.8900.53
HSL287.1º80.45%26.08%-
HSV(B)287.1º89.17%47.06%-
XYZ8.464.1918.13-
YUV50.31167.33161.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=42.17%
G=5.65%
B=52.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97131200.190.8900.53287.180.4526.08
Hex61D78135903511f501a
Octal141151702313106543712032
Binary1100001110111110001001110110010110101100011111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610D78; }

 p { color: rgb(97,13,120); }

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

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

 a { background-color: rgb(97,13,120); }

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

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

 span { border-color: rgb(97,13,120); }

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