#660084

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

Shades of Indigo #660084

Tints of Indigo #660084

Color information

#660084 (or 0x660084) is unknown color: approx Indigo. HEX triplet: 66, 00 and 84. RGB value is (102,0,132). Sum of RGB (Red+Green+Blue) = 102+0+132=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #660084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660084 is #99FF7B. Grayscale: #2D2D2D. Windows color (decimal): -10092412 or 8650854. OLE color: 8650854.

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

Color convert

RGB1020132-
CMYK0.23100.48
HSL286.36º100%25.88%-
HSV(B)286.36º100%51.76%-
XYZ9.644.4922.19-
YUV45.55176.79168.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 56.41%
R=43.59%
G=0%
B=56.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10201320.23100.48286.3610025.88
Hex66084176403011e641a
Octal14602042714406043614432
Binary11001100100001001011111001000110000100011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660084; }

 p { color: rgb(102,0,132); }

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

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

 a { background-color: rgb(102,0,132); }

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

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

 span { border-color: rgb(102,0,132); }

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