Html Css Color HEX #55097D Indigo

📋 copy color: '#55097D'

red 85 ◦ green 9 ◦ blue 125

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

Shades of Indigo #55097D

Tints of Indigo #55097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 38.81%
G = 4.11%
B = 57.08%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55097D (or 0x55097D) is known color: Indigo. HEX triplet: 55, 09 and 7D. RGB value is (85,9,125). Sum of RGB (Red+Green+Blue) = 85+9+125=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #55097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55097D is #AAF682. Grayscale: #2C2C2C. Windows color (decimal): -11204227 or 8194389. OLE color: 8194389.

HSL color Cylindrical-coordinate representation of color #55097D: hue angle of 279.31º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55097D is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 9 125 -
CMYK 0.32 0.93 0 0.51
HSL 279.31º 0.87% 0.26% -
HSV(B) 279.31º 0.93% 0.49% -
XYZ 7.55 3.61 19.7 -
YUV 44.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 85 9 125 0.32 0.93 0 0.51 279.31 0.87 0.26
Hex 55 9 7D 20 5D 0 33 117 57 1A
Octal 125 11 175 40 135 0 63 427 127 32
Binary 1010101 1001 1111101 100000 1011101 0 110011 100010111 1010111 11010

Color Harmonies of #55097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55097D

Black with #55097D

Text Example


Text Example

White with #55097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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