Html Css Color HEX #660384 Indigo

📋 copy color: '#660384'

red 102 ◦ green 3 ◦ blue 132

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

Shades of Indigo #660384

Tints of Indigo #660384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 43.04%
G = 1.27%
B = 55.7%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660384 (or 0x660384) is known color: Indigo. HEX triplet: 66, 03 and 84. RGB value is (102,3,132). Sum of RGB (Red+Green+Blue) = 102+3+132=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #660384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660384 is #99FC7B. Grayscale: #2E2E2E. Windows color (decimal): -10091644 or 8651622. OLE color: 8651622.

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

Color convert

RGB 102 3 132 -
CMYK 0.23 0.98 0 0.48
HSL 286.05º 0.96% 0.26% -
HSV(B) 286.05º 0.98% 0.52% -
XYZ 9.68 4.56 22.2 -
YUV 47.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 102 3 132 0.23 0.98 0 0.48 286.05 0.96 0.26
Hex 66 3 84 17 62 0 30 11E 60 1A
Octal 146 3 204 27 142 0 60 436 140 32
Binary 1100110 11 10000100 10111 1100010 0 110000 100011110 1100000 11010

Color Harmonies of #660384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660384

Black with #660384

Text Example


Text Example

White with #660384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660384; }

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

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

background-color css

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

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

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

border-color css

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

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

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