Html Css Color HEX #660784 Indigo

📋 copy color: '#660784'

red 102 ◦ green 7 ◦ blue 132

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

Shades of Indigo #660784

Tints of Indigo #660784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 42.32%
G = 2.9%
B = 54.77%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660784 (or 0x660784) is known color: Indigo. HEX triplet: 66, 07 and 84. RGB value is (102,7,132). Sum of RGB (Red+Green+Blue) = 102+7+132=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #660784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660784 is #99F87B. Grayscale: #313131. Windows color (decimal): -10090620 or 8652646. OLE color: 8652646.

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

Color convert

RGB 102 7 132 -
CMYK 0.23 0.95 0 0.48
HSL 285.6º 0.9% 0.27% -
HSV(B) 285.6º 0.95% 0.52% -
XYZ 9.72 4.64 22.21 -
YUV 49.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 102 7 132 0.23 0.95 0 0.48 285.6 0.9 0.27
Hex 66 7 84 17 5F 0 30 11E 5A 1B
Octal 146 7 204 27 137 0 60 436 132 33
Binary 1100110 111 10000100 10111 1011111 0 110000 100011110 1011010 11011

Color Harmonies of #660784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660784

Black with #660784

Text Example


Text Example

White with #660784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660784; }

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

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

background-color css

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

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

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

border-color css

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

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

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