Html Css Color HEX #550C72 Indigo

📋 copy color: '#550C72'

red 85 ◦ green 12 ◦ blue 114

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

Shades of Indigo #550C72

Tints of Indigo #550C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 40.28%
G = 5.69%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550C72 (or 0x550C72) is known color: Indigo. HEX triplet: 55, 0C and 72. RGB value is (85,12,114). Sum of RGB (Red+Green+Blue) = 85+12+114=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #550C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C72 is #AAF38D. Grayscale: #2D2D2D. Windows color (decimal): -11203470 or 7474261. OLE color: 7474261.

HSL color Cylindrical-coordinate representation of color #550C72: hue angle of 282.94º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550C72 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 12 114 -
CMYK 0.25 0.89 0 0.55
HSL 282.94º 0.81% 0.25% -
HSV(B) 282.94º 0.89% 0.45% -
XYZ 6.92 3.41 16.21 -
YUV 45.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 85 12 114 0.25 0.89 0 0.55 282.94 0.81 0.25
Hex 55 C 72 19 59 0 37 11B 51 19
Octal 125 14 162 31 131 0 67 433 121 31
Binary 1010101 1100 1110010 11001 1011001 0 110111 100011011 1010001 11001

Color Harmonies of #550C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C72

Black with #550C72

Text Example


Text Example

White with #550C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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