Html Css Color HEX #660882 Indigo

📋 copy color: '#660882'

red 102 ◦ green 8 ◦ blue 130

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

Shades of Indigo #660882

Tints of Indigo #660882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 42.5%
G = 3.33%
B = 54.17%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#660882 (or 0x660882) is known color: Indigo. HEX triplet: 66, 08 and 82. RGB value is (102,8,130). Sum of RGB (Red+Green+Blue) = 102+8+130=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #660882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660882 is #99F77D. Grayscale: #313131. Windows color (decimal): -10090366 or 8521830. OLE color: 8521830.

HSL color Cylindrical-coordinate representation of color #660882: hue angle of 286.23º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660882 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 8 130 -
CMYK 0.22 0.94 0 0.49
HSL 286.23º 0.88% 0.27% -
HSV(B) 286.23º 0.94% 0.51% -
XYZ 9.6 4.61 21.5 -
YUV 50.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 102 8 130 0.22 0.94 0 0.49 286.23 0.88 0.27
Hex 66 8 82 16 5E 0 31 11E 58 1B
Octal 146 10 202 26 136 0 61 436 130 33
Binary 1100110 1000 10000010 10110 1011110 0 110001 100011110 1011000 11011

Color Harmonies of #660882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660882

Black with #660882

Text Example


Text Example

White with #660882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660882; }

 p { color: rgb(102,8,130); }

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

background-color css

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

 a { background-color: rgb(102,8,130); }

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

border-color css

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

 span { border-color: rgb(102,8,130); }

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