Html Css Color HEX #55139B Indigo

📋 copy color: '#55139B'

red 85 ◦ green 19 ◦ blue 155

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

Shades of Indigo #55139B

Tints of Indigo #55139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 32.82%
G = 7.34%
B = 59.85%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55139B (or 0x55139B) is known color: Indigo. HEX triplet: 55, 13 and 9B. RGB value is (85,19,155). Sum of RGB (Red+Green+Blue) = 85+19+155=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #55139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55139B is #AAEC64. Grayscale: #353535. Windows color (decimal): -11201637 or 10163029. OLE color: 10163029.

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

Color convert

RGB 85 19 155 -
CMYK 0.45 0.88 0 0.39
HSL 269.12º 0.78% 0.34% -
HSV(B) 269.12º 0.88% 0.61% -
XYZ 9.9 4.76 31.41 -
YUV 54.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 85 19 155 0.45 0.88 0 0.39 269.12 0.78 0.34
Hex 55 13 9B 2D 58 0 27 10D 4E 22
Octal 125 23 233 55 130 0 47 415 116 42
Binary 1010101 10011 10011011 101101 1011000 0 100111 100001101 1001110 100010

Color Harmonies of #55139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55139B

Black with #55139B

Text Example


Text Example

White with #55139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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