Html Css Color HEX #550993 Indigo

📋 copy color: '#550993'

red 85 ◦ green 9 ◦ blue 147

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

Shades of Indigo #550993

Tints of Indigo #550993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 35.27%
G = 3.73%
B = 61%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#550993 (or 0x550993) is known color: Indigo. HEX triplet: 55, 09 and 93. RGB value is (85,9,147). Sum of RGB (Red+Green+Blue) = 85+9+147=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #550993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550993 is #AAF66C. Grayscale: #2E2E2E. Windows color (decimal): -11204205 or 9636181. OLE color: 9636181.

HSL color Cylindrical-coordinate representation of color #550993: hue angle of 273.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550993 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 9 147 -
CMYK 0.42 0.94 0 0.42
HSL 273.04º 0.88% 0.31% -
HSV(B) 273.04º 0.94% 0.58% -
XYZ 9.11 4.23 27.94 -
YUV 47.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 85 9 147 0.42 0.94 0 0.42 273.04 0.88 0.31
Hex 55 9 93 2A 5E 0 2A 111 58 1F
Octal 125 11 223 52 136 0 52 421 130 37
Binary 1010101 1001 10010011 101010 1011110 0 101010 100010001 1011000 11111

Color Harmonies of #550993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550993

Black with #550993

Text Example


Text Example

White with #550993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550993; }

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

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

background-color css

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

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

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

border-color css

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

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

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