#66098A

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

Shades of Indigo #66098A

Tints of Indigo #66098A

Color information

#66098A (or 0x66098A) is unknown color: approx Indigo. HEX triplet: 66, 09 and 8A. RGB value is (102,9,138). Sum of RGB (Red+Green+Blue) = 102+9+138=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #66098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098A is #99F675. Grayscale: #333333. Windows color (decimal): -10090102 or 9046374. OLE color: 9046374.

HSL color Cylindrical-coordinate representation of color #66098A: hue angle of 283.26º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66098A is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1029138-
CMYK0.260.9300.46
HSL283.26º87.76%28.82%-
HSV(B)283.26º93.48%54.12%-
XYZ10.164.8624.45-
YUV51.51176.81164.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=40.96%
G=3.61%
B=55.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10291380.260.9300.46283.2687.7628.82
Hex6698A1A5D02E11b581d
Octal146112123213505643313035
Binary11001101001100010101101010111010101110100011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66098A; }

 p { color: rgb(102,9,138); }

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

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

 a { background-color: rgb(102,9,138); }

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

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

 span { border-color: rgb(102,9,138); }

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