Html Css Color HEX #550169 Indigo

📋 copy color: '#550169'

red 85 ◦ green 1 ◦ blue 105

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

Shades of Indigo #550169

Tints of Indigo #550169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 44.5%
G = 0.52%
B = 54.97%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550169 (or 0x550169) is known color: Indigo. HEX triplet: 55, 01 and 69. RGB value is (85,1,105). Sum of RGB (Red+Green+Blue) = 85+1+105=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #550169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550169 is #AAFE96. Grayscale: #252525. Windows color (decimal): -11206295 or 6881621. OLE color: 6881621.

HSL color Cylindrical-coordinate representation of color #550169: hue angle of 288.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550169 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 1 105 -
CMYK 0.19 0.99 0 0.59
HSL 288.46º 0.98% 0.21% -
HSV(B) 288.46º 0.99% 0.41% -
XYZ 6.31 2.97 13.61 -
YUV 37.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 85 1 105 0.19 0.99 0 0.59 288.46 0.98 0.21
Hex 55 1 69 13 63 0 3B 120 62 15
Octal 125 1 151 23 143 0 73 440 142 25
Binary 1010101 1 1101001 10011 1100011 0 111011 100100000 1100010 10101

Color Harmonies of #550169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550169

Black with #550169

Text Example


Text Example

White with #550169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550169; }

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

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

background-color css

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

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

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

border-color css

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

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

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