Html Css Color HEX #55099F Indigo

📋 copy color: '#55099F'

red 85 ◦ green 9 ◦ blue 159

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

Shades of Indigo #55099F

Tints of Indigo #55099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 33.6%
G = 3.56%
B = 62.85%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55099F (or 0x55099F) is known color: Indigo. HEX triplet: 55, 09 and 9F. RGB value is (85,9,159). Sum of RGB (Red+Green+Blue) = 85+9+159=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #55099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099F is #AAF660. Grayscale: #303030. Windows color (decimal): -11204193 or 10422613. OLE color: 10422613.

HSL color Cylindrical-coordinate representation of color #55099F: hue angle of 270.4º 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 #55099F is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 9 159 -
CMYK 0.47 0.94 0 0.38
HSL 270.4º 0.89% 0.33% -
HSV(B) 270.4º 0.94% 0.62% -
XYZ 10.1 4.63 33.16 -
YUV 48.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 85 9 159 0.47 0.94 0 0.38 270.4 0.89 0.33
Hex 55 9 9F 2F 5E 0 26 10E 59 21
Octal 125 11 237 57 136 0 46 416 131 41
Binary 1010101 1001 10011111 101111 1011110 0 100110 100001110 1011001 100001

Color Harmonies of #55099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55099F

Black with #55099F

Text Example


Text Example

White with #55099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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