Html Css Color HEX #551371 Indigo

📋 copy color: '#551371'

red 85 ◦ green 19 ◦ blue 113

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

Shades of Indigo #551371

Tints of Indigo #551371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 39.17%
G = 8.76%
B = 52.07%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551371 (or 0x551371) is known color: Indigo. HEX triplet: 55, 13 and 71. RGB value is (85,19,113). Sum of RGB (Red+Green+Blue) = 85+19+113=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #551371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551371 is #AAEC8E. Grayscale: #313131. Windows color (decimal): -11201679 or 7410517. OLE color: 7410517.

HSL color Cylindrical-coordinate representation of color #551371: hue angle of 282.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551371 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 19 113 -
CMYK 0.25 0.83 0 0.56
HSL 282.13º 0.71% 0.26% -
HSV(B) 282.13º 0.83% 0.44% -
XYZ 6.96 3.59 15.95 -
YUV 49.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 85 19 113 0.25 0.83 0 0.56 282.13 0.71 0.26
Hex 55 13 71 19 53 0 38 11A 47 1A
Octal 125 23 161 31 123 0 70 432 107 32
Binary 1010101 10011 1110001 11001 1010011 0 111000 100011010 1000111 11010

Color Harmonies of #551371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551371

Black with #551371

Text Example


Text Example

White with #551371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551371; }

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

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

background-color css

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

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

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

border-color css

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

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

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