Html Css Color HEX #55089B Indigo

📋 copy color: '#55089B'

red 85 ◦ green 8 ◦ blue 155

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

Shades of Indigo #55089B

Tints of Indigo #55089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 34.27%
G = 3.23%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55089B (or 0x55089B) is known color: Indigo. HEX triplet: 55, 08 and 9B. RGB value is (85,8,155). Sum of RGB (Red+Green+Blue) = 85+8+155=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #55089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55089B is #AAF764. Grayscale: #2F2F2F. Windows color (decimal): -11204453 or 10160213. OLE color: 10160213.

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

Color convert

RGB 85 8 155 -
CMYK 0.45 0.95 0 0.39
HSL 271.43º 0.9% 0.32% -
HSV(B) 271.43º 0.95% 0.61% -
XYZ 9.75 4.47 31.36 -
YUV 47.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 85 8 155 0.45 0.95 0 0.39 271.43 0.9 0.32
Hex 55 8 9B 2D 5F 0 27 10F 5A 20
Octal 125 10 233 55 137 0 47 417 132 40
Binary 1010101 1000 10011011 101101 1011111 0 100111 100001111 1011010 100000

Color Harmonies of #55089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55089B

Black with #55089B

Text Example


Text Example

White with #55089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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