Html Css Color HEX #55117C Indigo

📋 copy color: '#55117C'

red 85 ◦ green 17 ◦ blue 124

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

Shades of Indigo #55117C

Tints of Indigo #55117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 37.61%
G = 7.52%
B = 54.87%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55117C (or 0x55117C) is known color: Indigo. HEX triplet: 55, 11 and 7C. RGB value is (85,17,124). Sum of RGB (Red+Green+Blue) = 85+17+124=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #55117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55117C is #AAEE83. Grayscale: #313131. Windows color (decimal): -11202180 or 8130901. OLE color: 8130901.

HSL color Cylindrical-coordinate representation of color #55117C: hue angle of 278.13º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55117C is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 17 124 -
CMYK 0.31 0.86 0 0.51
HSL 278.13º 0.76% 0.28% -
HSV(B) 278.13º 0.86% 0.49% -
XYZ 7.58 3.79 19.4 -
YUV 49.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 85 17 124 0.31 0.86 0 0.51 278.13 0.76 0.28
Hex 55 11 7C 1F 56 0 33 116 4C 1C
Octal 125 21 174 37 126 0 63 426 114 34
Binary 1010101 10001 1111100 11111 1010110 0 110011 100010110 1001100 11100

Color Harmonies of #55117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55117C

Black with #55117C

Text Example


Text Example

White with #55117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55117C; }

 p { color: rgb(85,17,124); }

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

background-color css

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

 a { background-color: rgb(85,17,124); }

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

border-color css

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

 span { border-color: rgb(85,17,124); }

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