Html Css Color HEX #55099D Indigo

📋 copy color: '#55099D'

red 85 ◦ green 9 ◦ blue 157

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

Shades of Indigo #55099D

Tints of Indigo #55099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 33.86%
G = 3.59%
B = 62.55%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55099D (or 0x55099D) is known color: Indigo. HEX triplet: 55, 09 and 9D. RGB value is (85,9,157). Sum of RGB (Red+Green+Blue) = 85+9+157=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #55099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099D is #AAF662. Grayscale: #303030. Windows color (decimal): -11204195 or 10291541. OLE color: 10291541.

HSL color Cylindrical-coordinate representation of color #55099D: hue angle of 270.81º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55099D is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 9 157 -
CMYK 0.46 0.94 0 0.38
HSL 270.81º 0.89% 0.33% -
HSV(B) 270.81º 0.94% 0.62% -
XYZ 9.93 4.56 32.26 -
YUV 48.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 85 9 157 0.46 0.94 0 0.38 270.81 0.89 0.33
Hex 55 9 9D 2E 5E 0 26 10F 59 21
Octal 125 11 235 56 136 0 46 417 131 41
Binary 1010101 1001 10011101 101110 1011110 0 100110 100001111 1011001 100001

Color Harmonies of #55099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55099D

Black with #55099D

Text Example


Text Example

White with #55099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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