Html Css Color HEX #551373 Indigo

📋 copy color: '#551373'

red 85 ◦ green 19 ◦ blue 115

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

Shades of Indigo #551373

Tints of Indigo #551373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 38.81%
G = 8.68%
B = 52.51%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551373 (or 0x551373) is known color: Indigo. HEX triplet: 55, 13 and 73. RGB value is (85,19,115). Sum of RGB (Red+Green+Blue) = 85+19+115=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #551373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551373 is #AAEC8C. Grayscale: #313131. Windows color (decimal): -11201677 or 7541589. OLE color: 7541589.

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

Color convert

RGB 85 19 115 -
CMYK 0.26 0.83 0 0.55
HSL 281.25º 0.72% 0.26% -
HSV(B) 281.25º 0.83% 0.45% -
XYZ 7.07 3.63 16.55 -
YUV 49.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 85 19 115 0.26 0.83 0 0.55 281.25 0.72 0.26
Hex 55 13 73 1A 53 0 37 119 48 1A
Octal 125 23 163 32 123 0 67 431 110 32
Binary 1010101 10011 1110011 11010 1010011 0 110111 100011001 1001000 11010

Color Harmonies of #551373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551373

Black with #551373

Text Example


Text Example

White with #551373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551373; }

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

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

background-color css

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

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

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

border-color css

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

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

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