Html Css Color HEX #55178C Indigo

📋 copy color: '#55178C'

red 85 ◦ green 23 ◦ blue 140

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

Shades of Indigo #55178C

Tints of Indigo #55178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 34.27%
G = 9.27%
B = 56.45%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55178C (or 0x55178C) is known color: Indigo. HEX triplet: 55, 17 and 8C. RGB value is (85,23,140). Sum of RGB (Red+Green+Blue) = 85+23+140=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #55178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55178C is #AAE873. Grayscale: #363636. Windows color (decimal): -11200628 or 9181013. OLE color: 9181013.

HSL color Cylindrical-coordinate representation of color #55178C: hue angle of 271.79º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55178C is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 23 140 -
CMYK 0.39 0.84 0 0.45
HSL 271.79º 0.72% 0.32% -
HSV(B) 271.79º 0.84% 0.55% -
XYZ 8.79 4.44 25.2 -
YUV 54.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 85 23 140 0.39 0.84 0 0.45 271.79 0.72 0.32
Hex 55 17 8C 27 54 0 2D 110 48 20
Octal 125 27 214 47 124 0 55 420 110 40
Binary 1010101 10111 10001100 100111 1010100 0 101101 100010000 1001000 100000

Color Harmonies of #55178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55178C

Black with #55178C

Text Example


Text Example

White with #55178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,23,140); }

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

background-color css

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

 a { background-color: rgb(85,23,140); }

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

border-color css

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

 span { border-color: rgb(85,23,140); }

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