Html Css Color HEX #550066 Indigo

📋 copy color: '#550066'

red 85 ◦ green 0 ◦ blue 102

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

Shades of Indigo #550066

Tints of Indigo #550066

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 45.45%
G = 0%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#550066 (or 0x550066) is known color: Indigo. HEX triplet: 55, 00 and 66. RGB value is (85,0,102). Sum of RGB (Red+Green+Blue) = 85+0+102=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #550066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550066 is #AAFF99. Grayscale: #242424. Windows color (decimal): -11206554 or 6684757. OLE color: 6684757.

HSL color Cylindrical-coordinate representation of color #550066: hue angle of 290º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550066 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 0 102 -
CMYK 0.17 1 0 0.6
HSL 290º 1% 0.2% -
HSV(B) 290º 1% 0.4% -
XYZ 6.14 2.89 12.8 -
YUV 37.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 85 0 102 0.17 1 0 0.6 290 1 0.2
Hex 55 0 66 11 64 0 3C 122 64 14
Octal 125 0 146 21 144 0 74 442 144 24
Binary 1010101 0 1100110 10001 1100100 0 111100 100100010 1100100 10100

Color Harmonies of #550066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550066

Black with #550066

Text Example


Text Example

White with #550066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550066; }

 p { color: rgb(85,0,102); }

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

background-color css

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

 a { background-color: rgb(85,0,102); }

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

border-color css

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

 span { border-color: rgb(85,0,102); }

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