Html Css Color HEX #55059D Indigo

📋 copy color: '#55059D'

red 85 ◦ green 5 ◦ blue 157

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

Shades of Indigo #55059D

Tints of Indigo #55059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 34.41%
G = 2.02%
B = 63.56%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55059D (or 0x55059D) is known color: Indigo. HEX triplet: 55, 05 and 9D. RGB value is (85,5,157). Sum of RGB (Red+Green+Blue) = 85+5+157=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #55059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55059D is #AAFA62. Grayscale: #2D2D2D. Windows color (decimal): -11205219 or 10290517. OLE color: 10290517.

HSL color Cylindrical-coordinate representation of color #55059D: hue angle of 271.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55059D is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 5 157 -
CMYK 0.46 0.97 0 0.38
HSL 271.58º 0.94% 0.32% -
HSV(B) 271.58º 0.97% 0.62% -
XYZ 9.89 4.47 32.24 -
YUV 46.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 85 5 157 0.46 0.97 0 0.38 271.58 0.94 0.32
Hex 55 5 9D 2E 61 0 26 110 5E 20
Octal 125 5 235 56 141 0 46 420 136 40
Binary 1010101 101 10011101 101110 1100001 0 100110 100010000 1011110 100000

Color Harmonies of #55059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55059D

Black with #55059D

Text Example


Text Example

White with #55059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55059D; }

 p { color: rgb(85,5,157); }

 H1.HeaderClassName
 {
   color: #55059D;
 }
 .AnyTagClassName
 {
   color: #55059D;
 }
</style>

background-color css

<style>
 a { background-color: #55059D; }

 a { background-color: rgb(85,5,157); }

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

border-color css

<style>
 span { border-color: #55059D; }

 span { border-color: rgb(85,5,157); }

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