#66129A

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

Shades of Indigo #66129A

Tints of Indigo #66129A

Color information

#66129A (or 0x66129A) is unknown color: approx Indigo. HEX triplet: 66, 12 and 9A. RGB value is (102,18,154). Sum of RGB (Red+Green+Blue) = 102+18+154=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #66129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129A is #99ED65. Grayscale: #3A3A3A. Windows color (decimal): -10087782 or 10097254. OLE color: 10097254.

HSL color Cylindrical-coordinate representation of color #66129A: hue angle of 277.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66129A is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10218154-
CMYK0.340.8800.40
HSL277.06º79.07%33.73%-
HSV(B)277.06º88.31%60.39%-
XYZ11.535.5931.04-
YUV58.62181.83158.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=37.23%
G=6.57%
B=56.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102181540.340.8800.40277.0679.0733.73
Hex66129A22580281154f22
Octal146222324213005042511742
Binary11001101001010011010100010101100001010001000101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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