Html Css Color HEX #550E7C Indigo

📋 copy color: '#550E7C'

red 85 ◦ green 14 ◦ blue 124

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

Shades of Indigo #550E7C

Tints of Indigo #550E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 38.12%
G = 6.28%
B = 55.61%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#550E7C (or 0x550E7C) is known color: Indigo. HEX triplet: 55, 0E and 7C. RGB value is (85,14,124). Sum of RGB (Red+Green+Blue) = 85+14+124=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #550E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E7C is #AAF183. Grayscale: #2F2F2F. Windows color (decimal): -11202948 or 8130133. OLE color: 8130133.

HSL color Cylindrical-coordinate representation of color #550E7C: hue angle of 278.73º 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 #550E7C is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 14 124 -
CMYK 0.31 0.89 0 0.51
HSL 278.73º 0.8% 0.27% -
HSV(B) 278.73º 0.89% 0.49% -
XYZ 7.54 3.7 19.39 -
YUV 47.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 85 14 124 0.31 0.89 0 0.51 278.73 0.8 0.27
Hex 55 E 7C 1F 59 0 33 117 50 1B
Octal 125 16 174 37 131 0 63 427 120 33
Binary 1010101 1110 1111100 11111 1011001 0 110011 100010111 1010000 11011

Color Harmonies of #550E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E7C

Black with #550E7C

Text Example


Text Example

White with #550E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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