Html Css Color HEX #550D74 Indigo

📋 copy color: '#550D74'

red 85 ◦ green 13 ◦ blue 116

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

Shades of Indigo #550D74

Tints of Indigo #550D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 39.72%
G = 6.07%
B = 54.21%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550D74 (or 0x550D74) is known color: Indigo. HEX triplet: 55, 0D and 74. RGB value is (85,13,116). Sum of RGB (Red+Green+Blue) = 85+13+116=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #550D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D74 is #AAF28B. Grayscale: #2D2D2D. Windows color (decimal): -11203212 or 7605589. OLE color: 7605589.

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

Color convert

RGB 85 13 116 -
CMYK 0.27 0.89 0 0.55
HSL 281.94º 0.8% 0.25% -
HSV(B) 281.94º 0.89% 0.45% -
XYZ 7.04 3.48 16.82 -
YUV 46.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 85 13 116 0.27 0.89 0 0.55 281.94 0.8 0.25
Hex 55 D 74 1B 59 0 37 11A 50 19
Octal 125 15 164 33 131 0 67 432 120 31
Binary 1010101 1101 1110100 11011 1011001 0 110111 100011010 1010000 11001

Color Harmonies of #550D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D74

Black with #550D74

Text Example


Text Example

White with #550D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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