#661885

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

Shades of Indigo #661885

Tints of Indigo #661885

Color information

#661885 (or 0x661885) is unknown color: approx Indigo. HEX triplet: 66, 18 and 85. RGB value is (102,24,133). Sum of RGB (Red+Green+Blue) = 102+24+133=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #661885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661885 is #99E77A. Grayscale: #3B3B3B. Windows color (decimal): -10086267 or 8722534. OLE color: 8722534.

HSL color Cylindrical-coordinate representation of color #661885: hue angle of 282.94º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661885 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10224133-
CMYK0.230.8200.48
HSL282.94º69.43%30.78%-
HSV(B)282.94º81.95%52.16%-
XYZ10.045.1722.66-
YUV59.75169.34158.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=39.38%
G=9.27%
B=51.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102241330.230.8200.48282.9469.4330.78
Hex661885175203011b451f
Octal146302052712206043310537
Binary110011011000100001011011110100100110000100011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661885; }

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

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

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

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

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

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

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

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