Html Css Color HEX #550166 Indigo

📋 copy color: '#550166'

red 85 ◦ green 1 ◦ blue 102

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

Shades of Indigo #550166

Tints of Indigo #550166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 45.21%
G = 0.53%
B = 54.26%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#550166 (or 0x550166) is known color: Indigo. HEX triplet: 55, 01 and 66. RGB value is (85,1,102). Sum of RGB (Red+Green+Blue) = 85+1+102=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #550166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550166 is #AAFE99. Grayscale: #252525. Windows color (decimal): -11206298 or 6685013. OLE color: 6685013.

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

Color convert

RGB 85 1 102 -
CMYK 0.17 0.99 0 0.6
HSL 289.9º 0.98% 0.2% -
HSV(B) 289.9º 0.99% 0.4% -
XYZ 6.16 2.91 12.81 -
YUV 37.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 85 1 102 0.17 0.99 0 0.6 289.9 0.98 0.2
Hex 55 1 66 11 63 0 3C 122 62 14
Octal 125 1 146 21 143 0 74 442 142 24
Binary 1010101 1 1100110 10001 1100011 0 111100 100100010 1100010 10100

Color Harmonies of #550166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550166

Black with #550166

Text Example


Text Example

White with #550166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550166; }

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

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

background-color css

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

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

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

border-color css

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

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

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