#611494

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

Shades of Indigo #611494

Tints of Indigo #611494

Color information

#611494 (or 0x611494) is unknown color: approx Indigo. HEX triplet: 61, 14 and 94. RGB value is (97,20,148). Sum of RGB (Red+Green+Blue) = 97+20+148=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #611494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611494 is #9EEB6B. Grayscale: #393939. Windows color (decimal): -10414956 or 9704545. OLE color: 9704545.

HSL color Cylindrical-coordinate representation of color #611494: hue angle of 276.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611494 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9720148-
CMYK0.340.8600.42
HSL276.09º76.19%32.94%-
HSV(B)276.09º86.49%58.04%-
XYZ10.535.1828.46-
YUV57.61179.01156.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=36.60%
G=7.55%
B=55.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97201480.340.8600.42276.0976.1932.94
Hex611494225602A1144c21
Octal141242244212605242411441
Binary11000011010010010100100010101011001010101000101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611494; }

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

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

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

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

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

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

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

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