Html Css Color HEX #55098E Indigo

📋 copy color: '#55098E'

red 85 ◦ green 9 ◦ blue 142

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

Shades of Indigo #55098E

Tints of Indigo #55098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 36.02%
G = 3.81%
B = 60.17%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55098E (or 0x55098E) is known color: Indigo. HEX triplet: 55, 09 and 8E. RGB value is (85,9,142). Sum of RGB (Red+Green+Blue) = 85+9+142=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #55098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55098E is #AAF671. Grayscale: #2E2E2E. Windows color (decimal): -11204210 or 9308501. OLE color: 9308501.

HSL color Cylindrical-coordinate representation of color #55098E: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55098E is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 9 142 -
CMYK 0.40 0.94 0 0.44
HSL 274.29º 0.88% 0.3% -
HSV(B) 274.29º 0.94% 0.56% -
XYZ 8.73 4.08 25.92 -
YUV 46.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 85 9 142 0.40 0.94 0 0.44 274.29 0.88 0.3
Hex 55 9 8E 28 5E 0 2C 112 58 1E
Octal 125 11 216 50 136 0 54 422 130 36
Binary 1010101 1001 10001110 101000 1011110 0 101100 100010010 1011000 11110

Color Harmonies of #55098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55098E

Black with #55098E

Text Example


Text Example

White with #55098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55098E; }

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

 H1.HeaderClassName
 {
   color: #55098E;
 }
 .AnyTagClassName
 {
   color: #55098E;
 }
</style>

background-color css

<style>
 a { background-color: #55098E; }

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

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

border-color css

<style>
 span { border-color: #55098E; }

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

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