#611683

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

Shades of Indigo #611683

Tints of Indigo #611683

Color information

#611683 (or 0x611683) is unknown color: approx Indigo. HEX triplet: 61, 16 and 83. RGB value is (97,22,131). Sum of RGB (Red+Green+Blue) = 97+22+131=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #611683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611683 is #9EE97C. Grayscale: #383838. Windows color (decimal): -10414461 or 8590945. OLE color: 8590945.

HSL color Cylindrical-coordinate representation of color #611683: hue angle of 281.28º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611683 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9722131-
CMYK0.260.8300.49
HSL281.28º71.24%30%-
HSV(B)281.28º83.21%51.37%-
XYZ9.314.7521.9-
YUV56.85169.85156.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=38.8%
G=8.8%
B=52.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97221310.260.8300.49281.2871.2430
Hex6116831A53031119471e
Octal141262033212306143110736
Binary110000110110100000111101010100110110001100011001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611683; }

 p { color: rgb(97,22,131); }

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

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

 a { background-color: rgb(97,22,131); }

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

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

 span { border-color: rgb(97,22,131); }

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