Html Css Color HEX #660885 Indigo

📋 copy color: '#660885'

red 102 ◦ green 8 ◦ blue 133

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

Shades of Indigo #660885

Tints of Indigo #660885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 41.98%
G = 3.29%
B = 54.73%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660885 (or 0x660885) is known color: Indigo. HEX triplet: 66, 08 and 85. RGB value is (102,8,133). Sum of RGB (Red+Green+Blue) = 102+8+133=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #660885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660885 is #99F77A. Grayscale: #313131. Windows color (decimal): -10090363 or 8718438. OLE color: 8718438.

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

Color convert

RGB 102 8 133 -
CMYK 0.23 0.94 0 0.48
HSL 285.12º 0.89% 0.28% -
HSV(B) 285.12º 0.94% 0.52% -
XYZ 9.8 4.69 22.58 -
YUV 50.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 102 8 133 0.23 0.94 0 0.48 285.12 0.89 0.28
Hex 66 8 85 17 5E 0 30 11D 59 1C
Octal 146 10 205 27 136 0 60 435 131 34
Binary 1100110 1000 10000101 10111 1011110 0 110000 100011101 1011001 11100

Color Harmonies of #660885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660885

Black with #660885

Text Example


Text Example

White with #660885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660885; }

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

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

background-color css

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

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

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

border-color css

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

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

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