Html Css Color HEX #550C76 Indigo

📋 copy color: '#550C76'

red 85 ◦ green 12 ◦ blue 118

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

Shades of Indigo #550C76

Tints of Indigo #550C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

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

R = 39.53%
G = 5.58%
B = 54.88%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550C76 (or 0x550C76) is known color: Indigo. HEX triplet: 55, 0C and 76. RGB value is (85,12,118). Sum of RGB (Red+Green+Blue) = 85+12+118=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #550C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C76 is #AAF389. Grayscale: #2D2D2D. Windows color (decimal): -11203466 or 7736405. OLE color: 7736405.

HSL color Cylindrical-coordinate representation of color #550C76: hue angle of 281.32º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C76 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 12 118 -
CMYK 0.28 0.90 0 0.54
HSL 281.32º 0.82% 0.25% -
HSV(B) 281.32º 0.9% 0.46% -
XYZ 7.15 3.5 17.44 -
YUV 45.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 85 12 118 0.28 0.90 0 0.54 281.32 0.82 0.25
Hex 55 C 76 1C 5A 0 36 119 52 19
Octal 125 14 166 34 132 0 66 431 122 31
Binary 1010101 1100 1110110 11100 1011010 0 110110 100011001 1010010 11001

Color Harmonies of #550C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C76

Black with #550C76

Text Example


Text Example

White with #550C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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