Html Css Color HEX #550376 Indigo

📋 copy color: '#550376'

red 85 ◦ green 3 ◦ blue 118

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

Shades of Indigo #550376

Tints of Indigo #550376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 41.26%
G = 1.46%
B = 57.28%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550376 (or 0x550376) is known color: Indigo. HEX triplet: 55, 03 and 76. RGB value is (85,3,118). Sum of RGB (Red+Green+Blue) = 85+3+118=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #550376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550376 is #AAFC89. Grayscale: #282828. Windows color (decimal): -11205770 or 7734101. OLE color: 7734101.

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

Color convert

RGB 85 3 118 -
CMYK 0.28 0.97 0 0.54
HSL 282.78º 0.95% 0.24% -
HSV(B) 282.78º 0.97% 0.46% -
XYZ 7.05 3.3 17.41 -
YUV 40.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 85 3 118 0.28 0.97 0 0.54 282.78 0.95 0.24
Hex 55 3 76 1C 61 0 36 11B 5F 18
Octal 125 3 166 34 141 0 66 433 137 30
Binary 1010101 11 1110110 11100 1100001 0 110110 100011011 1011111 11000

Color Harmonies of #550376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550376

Black with #550376

Text Example


Text Example

White with #550376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550376; }

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

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

background-color css

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

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

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

border-color css

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

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

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