#66139B

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

Shades of Indigo #66139B

Tints of Indigo #66139B

Color information

#66139B (or 0x66139B) is unknown color: approx Indigo. HEX triplet: 66, 13 and 9B. RGB value is (102,19,155). Sum of RGB (Red+Green+Blue) = 102+19+155=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #66139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66139B is #99EC64. Grayscale: #3A3A3A. Windows color (decimal): -10087525 or 10163046. OLE color: 10163046.

HSL color Cylindrical-coordinate representation of color #66139B: hue angle of 276.62º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66139B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10219155-
CMYK0.340.8800.39
HSL276.62º78.16%34.12%-
HSV(B)276.62º87.74%60.78%-
XYZ11.635.6631.49-
YUV59.32182158.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=36.96%
G=6.88%
B=56.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102191550.340.8800.39276.6278.1634.12
Hex66139B22580271154e22
Octal146232334213004742511642
Binary11001101001110011011100010101100001001111000101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,19,155); }

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

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

 a { background-color: rgb(102,19,155); }

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

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

 span { border-color: rgb(102,19,155); }

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