#611794

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

Shades of Indigo #611794

Tints of Indigo #611794

Color information

#611794 (or 0x611794) is unknown color: approx Indigo. HEX triplet: 61, 17 and 94. RGB value is (97,23,148). Sum of RGB (Red+Green+Blue) = 97+23+148=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #611794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611794 is #9EE86B. Grayscale: #3A3A3A. Windows color (decimal): -10414188 or 9705313. OLE color: 9705313.

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

Color convert

RGB9723148-
CMYK0.340.8400.42
HSL275.52º73.1%33.53%-
HSV(B)275.52º84.46%58.04%-
XYZ10.585.2928.48-
YUV59.38178.02154.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=36.19%
G=8.58%
B=55.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97231480.340.8400.42275.5273.133.53
Hex611794225402A1144922
Octal141272244212405242411142
Binary11000011011110010100100010101010001010101000101001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611794; }

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

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

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

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

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

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

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

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