Html Css Color HEX #660097 Indigo

📋 copy color: '#660097'

red 102 ◦ green 0 ◦ blue 151

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

Shades of Indigo #660097

Tints of Indigo #660097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 40.32%
G = 0%
B = 59.68%

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

#660097 (or 0x660097) is known color: Indigo. HEX triplet: 66, 00 and 97. RGB value is (102,0,151). Sum of RGB (Red+Green+Blue) = 102+0+151=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #660097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660097 is #99FF68. Grayscale: #2F2F2F. Windows color (decimal): -10092393 or 9896038. OLE color: 9896038.

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

Color convert

RGB 102 0 151 -
CMYK 0.32 1 0 0.41
HSL 280.53º 1% 0.3% -
HSV(B) 280.53º 1% 0.59% -
XYZ 11.07 5.06 29.67 -
YUV 47.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 102 0 151 0.32 1 0 0.41 280.53 1 0.3
Hex 66 0 97 20 64 0 29 119 64 1E
Octal 146 0 227 40 144 0 51 431 144 36
Binary 1100110 0 10010111 100000 1100100 0 101001 100011001 1100100 11110

Color Harmonies of #660097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660097

Black with #660097

Text Example


Text Example

White with #660097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660097; }

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

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

background-color css

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

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

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

border-color css

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

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

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