Html Css Color HEX #661380 Indigo

📋 copy color: '#661380'

red 102 ◦ green 19 ◦ blue 128

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

Shades of Indigo #661380

Tints of Indigo #661380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 40.96%
G = 7.63%
B = 51.41%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#661380 (or 0x661380) is known color: Indigo. HEX triplet: 66, 13 and 80. RGB value is (102,19,128). Sum of RGB (Red+Green+Blue) = 102+19+128=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #661380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661380 is #99EC7F. Grayscale: #373737. Windows color (decimal): -10087552 or 8393574. OLE color: 8393574.

HSL color Cylindrical-coordinate representation of color #661380: hue angle of 285.69º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661380 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 19 128 -
CMYK 0.20 0.85 0 0.50
HSL 285.69º 0.74% 0.29% -
HSV(B) 285.69º 0.85% 0.5% -
XYZ 9.61 4.85 20.85 -
YUV 56.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 102 19 128 0.20 0.85 0 0.50 285.69 0.74 0.29
Hex 66 13 80 14 55 0 32 11E 4A 1D
Octal 146 23 200 24 125 0 62 436 112 35
Binary 1100110 10011 10000000 10100 1010101 0 110010 100011110 1001010 11101

Color Harmonies of #661380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661380

Black with #661380

Text Example


Text Example

White with #661380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661380; }

 p { color: rgb(102,19,128); }

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

background-color css

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

 a { background-color: rgb(102,19,128); }

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

border-color css

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

 span { border-color: rgb(102,19,128); }

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