Html Css Color HEX #660485 Indigo

📋 copy color: '#660485'

red 102 ◦ green 4 ◦ blue 133

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

Shades of Indigo #660485

Tints of Indigo #660485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 42.68%
G = 1.67%
B = 55.65%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660485 (or 0x660485) is known color: Indigo. HEX triplet: 66, 04 and 85. RGB value is (102,4,133). Sum of RGB (Red+Green+Blue) = 102+4+133=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #660485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660485 is #99FB7A. Grayscale: #2F2F2F. Windows color (decimal): -10091387 or 8717414. OLE color: 8717414.

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

Color convert

RGB 102 4 133 -
CMYK 0.23 0.97 0 0.48
HSL 285.58º 0.94% 0.27% -
HSV(B) 285.58º 0.97% 0.52% -
XYZ 9.76 4.61 22.56 -
YUV 48.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 102 4 133 0.23 0.97 0 0.48 285.58 0.94 0.27
Hex 66 4 85 17 61 0 30 11E 5E 1B
Octal 146 4 205 27 141 0 60 436 136 33
Binary 1100110 100 10000101 10111 1100001 0 110000 100011110 1011110 11011

Color Harmonies of #660485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660485

Black with #660485

Text Example


Text Example

White with #660485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660485; }

 p { color: rgb(102,4,133); }

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

background-color css

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

 a { background-color: rgb(102,4,133); }

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

border-color css

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

 span { border-color: rgb(102,4,133); }

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