Html Css Color HEX #660096 Indigo

📋 copy color: '#660096'

red 102 ◦ green 0 ◦ blue 150

#660096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #660096

Tints of Indigo #660096

RGB

 RED value IS 102 (40.23% from 255) = 40.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 40.48%
G = 0%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660096 (or 0x660096) is known color: Indigo. HEX triplet: 66, 00 and 96. RGB value is (102,0,150). Sum of RGB (Red+Green+Blue) = 102+0+150=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #660096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660096 is #99FF69. Grayscale: #2F2F2F. Windows color (decimal): -10092394 or 9830502. OLE color: 9830502.

HSL color Cylindrical-coordinate representation of color #660096: hue angle of 280.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660096 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 0 150 -
CMYK 0.32 1 0 0.41
HSL 280.8º 1% 0.29% -
HSV(B) 280.8º 1% 0.59% -
XYZ 10.98 5.03 29.25 -
YUV 47.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 102 0 150 0.32 1 0 0.41 280.8 1 0.29
Hex 66 0 96 20 64 0 29 119 64 1D
Octal 146 0 226 40 144 0 51 431 144 35
Binary 1100110 0 10010110 100000 1100100 0 101001 100011001 1100100 11101

Color Harmonies of #660096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660096

Black with #660096

Text Example


Text Example

White with #660096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660096; }

 p { color: rgb(102,0,150); }

 H1.HeaderClassName
 {
   color: #660096;
 }
 .AnyTagClassName
 {
   color: #660096;
 }
</style>

background-color css

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

 a { background-color: rgb(102,0,150); }

 div.DivClassName
 {
   background-color: #660096;
 }
 .BgClassName
 {
   background-color: #660096;
 }
</style>

border-color css

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

 span { border-color: rgb(102,0,150); }

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