Html Css Color HEX #551876 Indigo

📋 copy color: '#551876'

red 85 ◦ green 24 ◦ blue 118

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

Shades of Indigo #551876

Tints of Indigo #551876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 37.44%
G = 10.57%
B = 51.98%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#551876 (or 0x551876) is known color: Indigo. HEX triplet: 55, 18 and 76. RGB value is (85,24,118). Sum of RGB (Red+Green+Blue) = 85+24+118=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #551876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551876 is #AAE789. Grayscale: #343434. Windows color (decimal): -11200394 or 7739477. OLE color: 7739477.

HSL color Cylindrical-coordinate representation of color #551876: hue angle of 278.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551876 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 24 118 -
CMYK 0.28 0.80 0 0.54
HSL 278.94º 0.66% 0.28% -
HSV(B) 278.94º 0.8% 0.46% -
XYZ 7.34 3.89 17.5 -
YUV 52.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 85 24 118 0.28 0.80 0 0.54 278.94 0.66 0.28
Hex 55 18 76 1C 50 0 36 117 42 1C
Octal 125 30 166 34 120 0 66 427 102 34
Binary 1010101 11000 1110110 11100 1010000 0 110110 100010111 1000010 11100

Color Harmonies of #551876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551876

Black with #551876

Text Example


Text Example

White with #551876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551876; }

 p { color: rgb(85,24,118); }

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

background-color css

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

 a { background-color: rgb(85,24,118); }

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

border-color css

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

 span { border-color: rgb(85,24,118); }

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