Html Css Color HEX #550F73 Indigo

📋 copy color: '#550F73'

red 85 ◦ green 15 ◦ blue 115

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

Shades of Indigo #550F73

Tints of Indigo #550F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 39.53%
G = 6.98%
B = 53.49%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550F73 (or 0x550F73) is known color: Indigo. HEX triplet: 55, 0F and 73. RGB value is (85,15,115). Sum of RGB (Red+Green+Blue) = 85+15+115=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #550F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F73 is #AAF08C. Grayscale: #2F2F2F. Windows color (decimal): -11202701 or 7540565. OLE color: 7540565.

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

Color convert

RGB 85 15 115 -
CMYK 0.26 0.87 0 0.55
HSL 282º 0.77% 0.25% -
HSV(B) 282º 0.87% 0.45% -
XYZ 7.01 3.51 16.53 -
YUV 47.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 85 15 115 0.26 0.87 0 0.55 282 0.77 0.25
Hex 55 F 73 1A 57 0 37 11A 4D 19
Octal 125 17 163 32 127 0 67 432 115 31
Binary 1010101 1111 1110011 11010 1010111 0 110111 100011010 1001101 11001

Color Harmonies of #550F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F73

Black with #550F73

Text Example


Text Example

White with #550F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,15,115); }

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

background-color css

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

 a { background-color: rgb(85,15,115); }

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

border-color css

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

 span { border-color: rgb(85,15,115); }

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