#66008D

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

Shades of Indigo #66008D

Tints of Indigo #66008D

Color information

#66008D (or 0x66008D) is unknown color: approx Indigo. HEX triplet: 66, 00 and 8D. RGB value is (102,0,141). Sum of RGB (Red+Green+Blue) = 102+0+141=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #66008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66008D is #99FF72. Grayscale: #2E2E2E. Windows color (decimal): -10092403 or 9240678. OLE color: 9240678.

HSL color Cylindrical-coordinate representation of color #66008D: hue angle of 283.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66008D is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1020141-
CMYK0.28100.45
HSL283.4º100%27.65%-
HSV(B)283.4º100%55.29%-
XYZ10.294.7525.57-
YUV46.57181.29167.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=41.98%
G=0%
B=58.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10201410.28100.45283.410027.65
Hex6608D1C6402D11b641c
Octal14602153414405543314434
Binary11001100100011011110011001000101101100011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66008D; }

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

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

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

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

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

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

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

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