#611385

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

Shades of Indigo #611385

Tints of Indigo #611385

Color information

#611385 (or 0x611385) is unknown color: approx Indigo. HEX triplet: 61, 13 and 85. RGB value is (97,19,133). Sum of RGB (Red+Green+Blue) = 97+19+133=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #611385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611385 is #9EEC7A. Grayscale: #363636. Windows color (decimal): -10415227 or 8721249. OLE color: 8721249.

HSL color Cylindrical-coordinate representation of color #611385: hue angle of 281.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611385 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9719133-
CMYK0.270.8600.48
HSL281.05º75%29.8%-
HSV(B)281.05º85.71%52.16%-
XYZ9.44.722.6-
YUV55.32171.84157.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=38.96%
G=7.63%
B=53.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97191330.270.8600.48281.057529.8
Hex6113851B560301194b1e
Octal141232053312606043111336
Binary110000110011100001011101110101100110000100011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611385; }

 p { color: rgb(97,19,133); }

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

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

 a { background-color: rgb(97,19,133); }

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

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

 span { border-color: rgb(97,19,133); }

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