#610A94

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

Shades of Indigo #610A94

Tints of Indigo #610A94

Color information

#610A94 (or 0x610A94) is unknown color: approx Indigo. HEX triplet: 61, 0A and 94. RGB value is (97,10,148). Sum of RGB (Red+Green+Blue) = 97+10+148=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #610A94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610A94 is #9EF56B. Grayscale: #333333. Windows color (decimal): -10417516 or 9701985. OLE color: 9701985.

HSL color Cylindrical-coordinate representation of color #610A94: hue angle of 277.83º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610A94 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9710148-
CMYK0.340.9300.42
HSL277.83º87.34%30.98%-
HSV(B)277.83º93.24%58.04%-
XYZ10.384.928.41-
YUV51.74182.32160.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=38.04%
G=3.92%
B=58.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97101480.340.9300.42277.8387.3430.98
Hex61A94225D02A116571f
Octal141122244213505242612737
Binary110000110101001010010001010111010101010100010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,10,148); }

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

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

 a { background-color: rgb(97,10,148); }

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

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

 span { border-color: rgb(97,10,148); }

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