Html Css Color HEX #660B84 Indigo

📋 copy color: '#660B84'

red 102 ◦ green 11 ◦ blue 132

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

Shades of Indigo #660B84

Tints of Indigo #660B84

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 41.63%
G = 4.49%
B = 53.88%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660B84 (or 0x660B84) is known color: Indigo. HEX triplet: 66, 0B and 84. RGB value is (102,11,132). Sum of RGB (Red+Green+Blue) = 102+11+132=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #660B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B84 is #99F47B. Grayscale: #333333. Windows color (decimal): -10089596 or 8653670. OLE color: 8653670.

HSL color Cylindrical-coordinate representation of color #660B84: hue angle of 285.12º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660B84 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 11 132 -
CMYK 0.23 0.92 0 0.48
HSL 285.12º 0.85% 0.28% -
HSV(B) 285.12º 0.92% 0.52% -
XYZ 9.76 4.73 22.23 -
YUV 52 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 102 11 132 0.23 0.92 0 0.48 285.12 0.85 0.28
Hex 66 B 84 17 5C 0 30 11D 55 1C
Octal 146 13 204 27 134 0 60 435 125 34
Binary 1100110 1011 10000100 10111 1011100 0 110000 100011101 1010101 11100

Color Harmonies of #660B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B84

Black with #660B84

Text Example


Text Example

White with #660B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660B84; }

 p { color: rgb(102,11,132); }

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

background-color css

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

 a { background-color: rgb(102,11,132); }

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

border-color css

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

 span { border-color: rgb(102,11,132); }

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