Html Css Color HEX #55049B Indigo

📋 copy color: '#55049B'

red 85 ◦ green 4 ◦ blue 155

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

Shades of Indigo #55049B

Tints of Indigo #55049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 34.84%
G = 1.64%
B = 63.52%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55049B (or 0x55049B) is known color: Indigo. HEX triplet: 55, 04 and 9B. RGB value is (85,4,155). Sum of RGB (Red+Green+Blue) = 85+4+155=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #55049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55049B is #AAFB64. Grayscale: #2C2C2C. Windows color (decimal): -11205477 or 10159189. OLE color: 10159189.

HSL color Cylindrical-coordinate representation of color #55049B: hue angle of 272.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55049B is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 4 155 -
CMYK 0.45 0.97 0 0.39
HSL 272.19º 0.95% 0.31% -
HSV(B) 272.19º 0.97% 0.61% -
XYZ 9.71 4.38 31.35 -
YUV 45.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 85 4 155 0.45 0.97 0 0.39 272.19 0.95 0.31
Hex 55 4 9B 2D 61 0 27 110 5F 1F
Octal 125 4 233 55 141 0 47 420 137 37
Binary 1010101 100 10011011 101101 1100001 0 100111 100010000 1011111 11111

Color Harmonies of #55049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55049B

Black with #55049B

Text Example


Text Example

White with #55049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55049B; }

 p { color: rgb(85,4,155); }

 H1.HeaderClassName
 {
   color: #55049B;
 }
 .AnyTagClassName
 {
   color: #55049B;
 }
</style>

background-color css

<style>
 a { background-color: #55049B; }

 a { background-color: rgb(85,4,155); }

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

border-color css

<style>
 span { border-color: #55049B; }

 span { border-color: rgb(85,4,155); }

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