#66039E

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

Shades of Indigo #66039E

Tints of Indigo #66039E

Color information

#66039E (or 0x66039E) is unknown color: approx Indigo. HEX triplet: 66, 03 and 9E. RGB value is (102,3,158). Sum of RGB (Red+Green+Blue) = 102+3+158=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #66039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66039E is #99FC61. Grayscale: #313131. Windows color (decimal): -10091618 or 10355558. OLE color: 10355558.

HSL color Cylindrical-coordinate representation of color #66039E: hue angle of 278.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66039E is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1023158-
CMYK0.350.9800.38
HSL278.32º96.27%31.57%-
HSV(B)278.32º98.1%61.96%-
XYZ11.685.3632.77-
YUV50.27188.8164.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=38.78%
G=1.14%
B=60.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10231580.350.9800.38278.3296.2731.57
Hex6639E23620261166020
Octal14632364314204642614040
Binary11001101110011110100011110001001001101000101101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66039E; }

 p { color: rgb(102,3,158); }

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

<style>
 a { background-color: #66039E; }

 a { background-color: rgb(102,3,158); }

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

<style>
 span { border-color: #66039E; }

 span { border-color: rgb(102,3,158); }

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