Html Css Color HEX #661584 Indigo

📋 copy color: '#661584'

red 102 ◦ green 21 ◦ blue 132

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

Shades of Indigo #661584

Tints of Indigo #661584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 40%
G = 8.24%
B = 51.76%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#661584 (or 0x661584) is known color: Indigo. HEX triplet: 66, 15 and 84. RGB value is (102,21,132). Sum of RGB (Red+Green+Blue) = 102+21+132=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #661584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661584 is #99EA7B. Grayscale: #393939. Windows color (decimal): -10087036 or 8656230. OLE color: 8656230.

HSL color Cylindrical-coordinate representation of color #661584: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661584 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 21 132 -
CMYK 0.23 0.84 0 0.48
HSL 283.78º 0.73% 0.3% -
HSV(B) 283.78º 0.84% 0.52% -
XYZ 9.91 5.03 22.28 -
YUV 57.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 102 21 132 0.23 0.84 0 0.48 283.78 0.73 0.3
Hex 66 15 84 17 54 0 30 11C 49 1E
Octal 146 25 204 27 124 0 60 434 111 36
Binary 1100110 10101 10000100 10111 1010100 0 110000 100011100 1001001 11110

Color Harmonies of #661584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661584

Black with #661584

Text Example


Text Example

White with #661584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661584; }

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

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

background-color css

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

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

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

border-color css

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

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

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