#661085

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

Shades of Indigo #661085

Tints of Indigo #661085

Color information

#661085 (or 0x661085) is unknown color: approx Indigo. HEX triplet: 66, 10 and 85. RGB value is (102,16,133). Sum of RGB (Red+Green+Blue) = 102+16+133=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #661085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661085 is #99EF7A. Grayscale: #363636. Windows color (decimal): -10088315 or 8720486. OLE color: 8720486.

HSL color Cylindrical-coordinate representation of color #661085: hue angle of 284.1º 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 #661085 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10216133-
CMYK0.230.8800.48
HSL284.1º78.52%29.22%-
HSV(B)284.1º87.97%52.16%-
XYZ9.94.8922.61-
YUV55.05171.99161.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=40.64%
G=6.37%
B=52.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102161330.230.8800.48284.178.5229.22
Hex661085175803011c4f1d
Octal146202052713006043411735
Binary110011010000100001011011110110000110000100011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661085; }

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

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

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

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

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

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

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

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