#66188B

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

Shades of Indigo #66188B

Tints of Indigo #66188B

Color information

#66188B (or 0x66188B) is unknown color: approx Indigo. HEX triplet: 66, 18 and 8B. RGB value is (102,24,139). Sum of RGB (Red+Green+Blue) = 102+24+139=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #66188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66188B is #99E774. Grayscale: #3C3C3C. Windows color (decimal): -10086261 or 9115750. OLE color: 9115750.

HSL color Cylindrical-coordinate representation of color #66188B: hue angle of 280.7º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66188B is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10224139-
CMYK0.270.8300.45
HSL280.7º70.55%31.96%-
HSV(B)280.7º82.73%54.51%-
XYZ10.475.3424.91-
YUV60.43172.34157.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=38.49%
G=9.06%
B=52.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102241390.270.8300.45280.770.5531.96
Hex66188B1B5302D1194720
Octal146302133312305543110740
Binary1100110110001000101111011101001101011011000110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66188B; }

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

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

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

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

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

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

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

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