Html Css Color HEX #550D8A Indigo

📋 copy color: '#550D8A'

red 85 ◦ green 13 ◦ blue 138

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

Shades of Indigo #550D8A

Tints of Indigo #550D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 36.02%
G = 5.51%
B = 58.47%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#550D8A (or 0x550D8A) is known color: Indigo. HEX triplet: 55, 0D and 8A. RGB value is (85,13,138). Sum of RGB (Red+Green+Blue) = 85+13+138=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #550D8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D8A is #AAF275. Grayscale: #303030. Windows color (decimal): -11203190 or 9047381. OLE color: 9047381.

HSL color Cylindrical-coordinate representation of color #550D8A: hue angle of 274.56º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550D8A is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 13 138 -
CMYK 0.38 0.91 0 0.46
HSL 274.56º 0.83% 0.3% -
HSV(B) 274.56º 0.91% 0.54% -
XYZ 8.48 4.05 24.38 -
YUV 48.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 85 13 138 0.38 0.91 0 0.46 274.56 0.83 0.3
Hex 55 D 8A 26 5B 0 2E 113 53 1E
Octal 125 15 212 46 133 0 56 423 123 36
Binary 1010101 1101 10001010 100110 1011011 0 101110 100010011 1010011 11110

Color Harmonies of #550D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D8A

Black with #550D8A

Text Example


Text Example

White with #550D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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