Html Css Color HEX #550163 Indigo

📋 copy color: '#550163'

red 85 ◦ green 1 ◦ blue 99

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

Shades of Indigo #550163

Tints of Indigo #550163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 45.95%
G = 0.54%
B = 53.51%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550163 (or 0x550163) is known color: Indigo. HEX triplet: 55, 01 and 63. RGB value is (85,1,99). Sum of RGB (Red+Green+Blue) = 85+1+99=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #550163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550163 is #AAFE9C. Grayscale: #242424. Windows color (decimal): -11206301 or 6488405. OLE color: 6488405.

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

Color convert

RGB 85 1 99 -
CMYK 0.14 0.99 0 0.61
HSL 291.43º 0.98% 0.2% -
HSV(B) 291.43º 0.99% 0.39% -
XYZ 6.01 2.85 12.04 -
YUV 37.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 85 1 99 0.14 0.99 0 0.61 291.43 0.98 0.2
Hex 55 1 63 E 63 0 3D 123 62 14
Octal 125 1 143 16 143 0 75 443 142 24
Binary 1010101 1 1100011 1110 1100011 0 111101 100100011 1100010 10100

Color Harmonies of #550163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550163

Black with #550163

Text Example


Text Example

White with #550163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550163; }

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

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

background-color css

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

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

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

border-color css

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

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

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