Html Css Color HEX #550BA5 Indigo

📋 copy color: '#550BA5'

red 85 ◦ green 11 ◦ blue 165

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

Shades of Indigo #550BA5

Tints of Indigo #550BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 63.22%

R = 32.57%
G = 4.21%
B = 63.22%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#550BA5 (or 0x550BA5) is known color: Indigo. HEX triplet: 55, 0B and A5. RGB value is (85,11,165). Sum of RGB (Red+Green+Blue) = 85+11+165=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #550BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BA5 is #AAF45A. Grayscale: #323232. Windows color (decimal): -11203675 or 10816341. OLE color: 10816341.

HSL color Cylindrical-coordinate representation of color #550BA5: hue angle of 268.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550BA5 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 11 165 -
CMYK 0.48 0.93 0 0.35
HSL 268.83º 0.88% 0.35% -
HSV(B) 268.83º 0.93% 0.65% -
XYZ 10.66 4.89 35.98 -
YUV 50.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 85 11 165 0.48 0.93 0 0.35 268.83 0.88 0.35
Hex 55 B A5 30 5D 0 23 10D 58 23
Octal 125 13 245 60 135 0 43 415 130 43
Binary 1010101 1011 10100101 110000 1011101 0 100011 100001101 1011000 100011

Color Harmonies of #550BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BA5

Black with #550BA5

Text Example


Text Example

White with #550BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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