#66129B

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

Shades of Indigo #66129B

Tints of Indigo #66129B

Color information

#66129B (or 0x66129B) is unknown color: approx Indigo. HEX triplet: 66, 12 and 9B. RGB value is (102,18,155). Sum of RGB (Red+Green+Blue) = 102+18+155=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #66129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129B is #99ED64. Grayscale: #3A3A3A. Windows color (decimal): -10087781 or 10162790. OLE color: 10162790.

HSL color Cylindrical-coordinate representation of color #66129B: hue angle of 276.79º degrees, saturation: 0.79, 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 #66129B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10218155-
CMYK0.340.8800.39
HSL276.79º79.19%33.92%-
HSV(B)276.79º88.39%60.78%-
XYZ11.615.6231.48-
YUV58.73182.33158.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=37.09%
G=6.55%
B=56.36%

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
Decimal102181550.340.8800.39276.7979.1933.92
Hex66129B22580271154f22
Octal146222334213004742511742
Binary11001101001010011011100010101100001001111000101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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