Html Css Color HEX #550E9D Indigo

📋 copy color: '#550E9D'

red 85 ◦ green 14 ◦ blue 157

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

Shades of Indigo #550E9D

Tints of Indigo #550E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 33.2%
G = 5.47%
B = 61.33%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#550E9D (or 0x550E9D) is known color: Indigo. HEX triplet: 55, 0E and 9D. RGB value is (85,14,157). Sum of RGB (Red+Green+Blue) = 85+14+157=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #550E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550E9D is #AAF162. Grayscale: #333333. Windows color (decimal): -11202915 or 10292821. OLE color: 10292821.

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

Color convert

RGB 85 14 157 -
CMYK 0.46 0.91 0 0.38
HSL 269.79º 0.84% 0.34% -
HSV(B) 269.79º 0.91% 0.62% -
XYZ 9.99 4.68 32.28 -
YUV 51.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 85 14 157 0.46 0.91 0 0.38 269.79 0.84 0.34
Hex 55 E 9D 2E 5B 0 26 10E 54 22
Octal 125 16 235 56 133 0 46 416 124 42
Binary 1010101 1110 10011101 101110 1011011 0 100110 100001110 1010100 100010

Color Harmonies of #550E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E9D

Black with #550E9D

Text Example


Text Example

White with #550E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,14,157); }

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

background-color css

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

 a { background-color: rgb(85,14,157); }

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

border-color css

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

 span { border-color: rgb(85,14,157); }

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