Html Css Color HEX #550B6B Indigo

📋 copy color: '#550B6B'

red 85 ◦ green 11 ◦ blue 107

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

Shades of Indigo #550B6B

Tints of Indigo #550B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 107 (42.19% from 255) = 52.71%

R = 41.87%
G = 5.42%
B = 52.71%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#550B6B (or 0x550B6B) is known color: Indigo. HEX triplet: 55, 0B and 6B. RGB value is (85,11,107). Sum of RGB (Red+Green+Blue) = 85+11+107=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #550B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B6B is #AAF494. Grayscale: #2B2B2B. Windows color (decimal): -11203733 or 7015253. OLE color: 7015253.

HSL color Cylindrical-coordinate representation of color #550B6B: hue angle of 286.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550B6B is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 11 107 -
CMYK 0.21 0.90 0 0.58
HSL 286.25º 0.81% 0.23% -
HSV(B) 286.25º 0.9% 0.42% -
XYZ 6.52 3.23 14.19 -
YUV 44.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 85 11 107 0.21 0.90 0 0.58 286.25 0.81 0.23
Hex 55 B 6B 15 5A 0 3A 11E 51 17
Octal 125 13 153 25 132 0 72 436 121 27
Binary 1010101 1011 1101011 10101 1011010 0 111010 100011110 1010001 10111

Color Harmonies of #550B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B6B

Black with #550B6B

Text Example


Text Example

White with #550B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,107); }

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

background-color css

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

 a { background-color: rgb(85,11,107); }

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

border-color css

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

 span { border-color: rgb(85,11,107); }

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