Html Css Color HEX #55167C Indigo

📋 copy color: '#55167C'

red 85 ◦ green 22 ◦ blue 124

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

Shades of Indigo #55167C

Tints of Indigo #55167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 36.8%
G = 9.52%
B = 53.68%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55167C (or 0x55167C) is known color: Indigo. HEX triplet: 55, 16 and 7C. RGB value is (85,22,124). Sum of RGB (Red+Green+Blue) = 85+22+124=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #55167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55167C is #AAE983. Grayscale: #343434. Windows color (decimal): -11200900 or 8132181. OLE color: 8132181.

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

Color convert

RGB 85 22 124 -
CMYK 0.31 0.82 0 0.51
HSL 277.06º 0.7% 0.29% -
HSV(B) 277.06º 0.82% 0.49% -
XYZ 7.67 3.96 19.43 -
YUV 52.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 85 22 124 0.31 0.82 0 0.51 277.06 0.7 0.29
Hex 55 16 7C 1F 52 0 33 115 46 1D
Octal 125 26 174 37 122 0 63 425 106 35
Binary 1010101 10110 1111100 11111 1010010 0 110011 100010101 1000110 11101

Color Harmonies of #55167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55167C

Black with #55167C

Text Example


Text Example

White with #55167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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