Html Css Color HEX #550E7D Indigo

📋 copy color: '#550E7D'

red 85 ◦ green 14 ◦ blue 125

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

Shades of Indigo #550E7D

Tints of Indigo #550E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 37.95%
G = 6.25%
B = 55.8%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#550E7D (or 0x550E7D) is known color: Indigo. HEX triplet: 55, 0E and 7D. RGB value is (85,14,125). Sum of RGB (Red+Green+Blue) = 85+14+125=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #550E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E7D is #AAF182. Grayscale: #2F2F2F. Windows color (decimal): -11202947 or 8195669. OLE color: 8195669.

HSL color Cylindrical-coordinate representation of color #550E7D: hue angle of 278.38º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550E7D is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 14 125 -
CMYK 0.32 0.89 0 0.51
HSL 278.38º 0.8% 0.27% -
HSV(B) 278.38º 0.89% 0.49% -
XYZ 7.61 3.73 19.72 -
YUV 47.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 85 14 125 0.32 0.89 0 0.51 278.38 0.8 0.27
Hex 55 E 7D 20 59 0 33 116 50 1B
Octal 125 16 175 40 131 0 63 426 120 33
Binary 1010101 1110 1111101 100000 1011001 0 110011 100010110 1010000 11011

Color Harmonies of #550E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E7D

Black with #550E7D

Text Example


Text Example

White with #550E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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