Html Css Color HEX #55059F Indigo

📋 copy color: '#55059F'

red 85 ◦ green 5 ◦ blue 159

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

Shades of Indigo #55059F

Tints of Indigo #55059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 34.14%
G = 2.01%
B = 63.86%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55059F (or 0x55059F) is known color: Indigo. HEX triplet: 55, 05 and 9F. RGB value is (85,5,159). Sum of RGB (Red+Green+Blue) = 85+5+159=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #55059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55059F is #AAFA60. Grayscale: #2D2D2D. Windows color (decimal): -11205217 or 10421589. OLE color: 10421589.

HSL color Cylindrical-coordinate representation of color #55059F: hue angle of 271.17º 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 #55059F is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 5 159 -
CMYK 0.47 0.97 0 0.38
HSL 271.17º 0.94% 0.32% -
HSV(B) 271.17º 0.97% 0.62% -
XYZ 10.06 4.54 33.15 -
YUV 46.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 85 5 159 0.47 0.97 0 0.38 271.17 0.94 0.32
Hex 55 5 9F 2F 61 0 26 10F 5E 20
Octal 125 5 237 57 141 0 46 417 136 40
Binary 1010101 101 10011111 101111 1100001 0 100110 100001111 1011110 100000

Color Harmonies of #55059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55059F

Black with #55059F

Text Example


Text Example

White with #55059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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