Html Css Color HEX #55048C Indigo

📋 copy color: '#55048C'

red 85 ◦ green 4 ◦ blue 140

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

Shades of Indigo #55048C

Tints of Indigo #55048C

RGB

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

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

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

R = 37.12%
G = 1.75%
B = 61.14%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55048C (or 0x55048C) is known color: Indigo. HEX triplet: 55, 04 and 8C. RGB value is (85,4,140). Sum of RGB (Red+Green+Blue) = 85+4+140=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #55048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55048C is #AAFB73. Grayscale: #2B2B2B. Windows color (decimal): -11205492 or 9176149. OLE color: 9176149.

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

Color convert

RGB 85 4 140 -
CMYK 0.39 0.97 0 0.45
HSL 275.74º 0.94% 0.28% -
HSV(B) 275.74º 0.97% 0.55% -
XYZ 8.52 3.91 25.12 -
YUV 43.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 85 4 140 0.39 0.97 0 0.45 275.74 0.94 0.28
Hex 55 4 8C 27 61 0 2D 114 5E 1C
Octal 125 4 214 47 141 0 55 424 136 34
Binary 1010101 100 10001100 100111 1100001 0 101101 100010100 1011110 11100

Color Harmonies of #55048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55048C

Black with #55048C

Text Example


Text Example

White with #55048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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