Html Css Color HEX #55189A Indigo

📋 copy color: '#55189A'

red 85 ◦ green 24 ◦ blue 154

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

Shades of Indigo #55189A

Tints of Indigo #55189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 32.32%
G = 9.13%
B = 58.56%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55189A (or 0x55189A) is known color: Indigo. HEX triplet: 55, 18 and 9A. RGB value is (85,24,154). Sum of RGB (Red+Green+Blue) = 85+24+154=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #55189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55189A is #AAE765. Grayscale: #383838. Windows color (decimal): -11200358 or 10098773. OLE color: 10098773.

HSL color Cylindrical-coordinate representation of color #55189A: hue angle of 268.15º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55189A is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 24 154 -
CMYK 0.45 0.84 0 0.40
HSL 268.15º 0.73% 0.35% -
HSV(B) 268.15º 0.84% 0.6% -
XYZ 9.91 4.92 31 -
YUV 57.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 85 24 154 0.45 0.84 0 0.40 268.15 0.73 0.35
Hex 55 18 9A 2D 54 0 28 10C 49 23
Octal 125 30 232 55 124 0 50 414 111 43
Binary 1010101 11000 10011010 101101 1010100 0 101000 100001100 1001001 100011

Color Harmonies of #55189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55189A

Black with #55189A

Text Example


Text Example

White with #55189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55189A; }

 p { color: rgb(85,24,154); }

 H1.HeaderClassName
 {
   color: #55189A;
 }
 .AnyTagClassName
 {
   color: #55189A;
 }
</style>

background-color css

<style>
 a { background-color: #55189A; }

 a { background-color: rgb(85,24,154); }

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

border-color css

<style>
 span { border-color: #55189A; }

 span { border-color: rgb(85,24,154); }

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