#611085

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

Shades of Indigo #611085

Tints of Indigo #611085

Color information

#611085 (or 0x611085) is unknown color: approx Indigo. HEX triplet: 61, 10 and 85. RGB value is (97,16,133). Sum of RGB (Red+Green+Blue) = 97+16+133=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #611085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611085 is #9EEF7A. Grayscale: #353535. Windows color (decimal): -10415995 or 8720481. OLE color: 8720481.

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

Color convert

RGB9716133-
CMYK0.270.8800.48
HSL281.54º78.52%29.22%-
HSV(B)281.54º87.97%52.16%-
XYZ9.354.6122.59-
YUV53.56172.84158.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=39.43%
G=6.50%
B=54.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97161330.270.8800.48281.5478.5229.22
Hex6110851B5803011a4f1d
Octal141202053313006043211735
Binary110000110000100001011101110110000110000100011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611085; }

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

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

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

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

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

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

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

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