#611285

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

Shades of Indigo #611285

Tints of Indigo #611285

Color information

#611285 (or 0x611285) is unknown color: approx Indigo. HEX triplet: 61, 12 and 85. RGB value is (97,18,133). Sum of RGB (Red+Green+Blue) = 97+18+133=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #611285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611285 is #9EED7A. Grayscale: #363636. Windows color (decimal): -10415483 or 8720993. OLE color: 8720993.

HSL color Cylindrical-coordinate representation of color #611285: hue angle of 281.22º degrees, saturation: 0.76, 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 #611285 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9718133-
CMYK0.270.8600.48
HSL281.22º76.16%29.61%-
HSV(B)281.22º86.47%52.16%-
XYZ9.384.6722.6-
YUV54.73172.17158.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=39.11%
G=7.26%
B=53.63%

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
Decimal97181330.270.8600.48281.2276.1629.61
Hex6112851B560301194c1e
Octal141222053312606043111436
Binary110000110010100001011101110101100110000100011001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611285; }

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

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

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

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

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

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

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

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