Html Css Color HEX #55099A Indigo

📋 copy color: '#55099A'

red 85 ◦ green 9 ◦ blue 154

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

Shades of Indigo #55099A

Tints of Indigo #55099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 34.27%
G = 3.63%
B = 62.1%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55099A (or 0x55099A) is known color: Indigo. HEX triplet: 55, 09 and 9A. RGB value is (85,9,154). Sum of RGB (Red+Green+Blue) = 85+9+154=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #55099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099A is #AAF665. Grayscale: #2F2F2F. Windows color (decimal): -11204198 or 10094933. OLE color: 10094933.

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

Color convert

RGB 85 9 154 -
CMYK 0.45 0.94 0 0.40
HSL 271.45º 0.89% 0.32% -
HSV(B) 271.45º 0.94% 0.6% -
XYZ 9.68 4.46 30.92 -
YUV 48.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 85 9 154 0.45 0.94 0 0.40 271.45 0.89 0.32
Hex 55 9 9A 2D 5E 0 28 10F 59 20
Octal 125 11 232 55 136 0 50 417 131 40
Binary 1010101 1001 10011010 101101 1011110 0 101000 100001111 1011001 100000

Color Harmonies of #55099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55099A

Black with #55099A

Text Example


Text Example

White with #55099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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