Html Css Color HEX #550063 Indigo

📋 copy color: '#550063'

red 85 ◦ green 0 ◦ blue 99

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

Shades of Indigo #550063

Tints of Indigo #550063

RGB

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

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

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

R = 46.2%
G = 0%
B = 53.8%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550063 (or 0x550063) is known color: Indigo. HEX triplet: 55, 00 and 63. RGB value is (85,0,99). Sum of RGB (Red+Green+Blue) = 85+0+99=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #550063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550063 is #AAFF9C. Grayscale: #242424. Windows color (decimal): -11206557 or 6488149. OLE color: 6488149.

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

Color convert

RGB 85 0 99 -
CMYK 0.14 1 0 0.61
HSL 291.52º 1% 0.19% -
HSV(B) 291.52º 1% 0.39% -
XYZ 6 2.83 12.03 -
YUV 36.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 85 0 99 0.14 1 0 0.61 291.52 1 0.19
Hex 55 0 63 E 64 0 3D 124 64 13
Octal 125 0 143 16 144 0 75 444 144 23
Binary 1010101 0 1100011 1110 1100100 0 111101 100100100 1100100 10011

Color Harmonies of #550063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550063

Black with #550063

Text Example


Text Example

White with #550063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550063; }

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

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

background-color css

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

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

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

border-color css

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

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

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