Html Css Color HEX #550D6D Indigo

📋 copy color: '#550D6D'

red 85 ◦ green 13 ◦ blue 109

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

Shades of Indigo #550D6D

Tints of Indigo #550D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 41.06%
G = 6.28%
B = 52.66%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#550D6D (or 0x550D6D) is known color: Indigo. HEX triplet: 55, 0D and 6D. RGB value is (85,13,109). Sum of RGB (Red+Green+Blue) = 85+13+109=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #550D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D6D is #AAF292. Grayscale: #2D2D2D. Windows color (decimal): -11203219 or 7146837. OLE color: 7146837.

HSL color Cylindrical-coordinate representation of color #550D6D: hue angle of 285º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550D6D is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 13 109 -
CMYK 0.22 0.88 0 0.57
HSL 285º 0.79% 0.24% -
HSV(B) 285º 0.88% 0.43% -
XYZ 6.65 3.32 14.76 -
YUV 45.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 85 13 109 0.22 0.88 0 0.57 285 0.79 0.24
Hex 55 D 6D 16 58 0 39 11D 4F 18
Octal 125 15 155 26 130 0 71 435 117 30
Binary 1010101 1101 1101101 10110 1011000 0 111001 100011101 1001111 11000

Color Harmonies of #550D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D6D

Black with #550D6D

Text Example


Text Example

White with #550D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550D6D; }

 p { color: rgb(85,13,109); }

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

background-color css

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

 a { background-color: rgb(85,13,109); }

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

border-color css

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

 span { border-color: rgb(85,13,109); }

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