Html Css Color HEX #550592 Indigo

📋 copy color: '#550592'

red 85 ◦ green 5 ◦ blue 146

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

Shades of Indigo #550592

Tints of Indigo #550592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 36.02%
G = 2.12%
B = 61.86%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550592 (or 0x550592) is known color: Indigo. HEX triplet: 55, 05 and 92. RGB value is (85,5,146). Sum of RGB (Red+Green+Blue) = 85+5+146=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #550592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550592 is #AAFA6D. Grayscale: #2C2C2C. Windows color (decimal): -11205230 or 9569621. OLE color: 9569621.

HSL color Cylindrical-coordinate representation of color #550592: hue angle of 274.04º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550592 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 5 146 -
CMYK 0.42 0.97 0 0.43
HSL 274.04º 0.93% 0.3% -
HSV(B) 274.04º 0.97% 0.57% -
XYZ 8.99 4.12 27.51 -
YUV 44.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 85 5 146 0.42 0.97 0 0.43 274.04 0.93 0.3
Hex 55 5 92 2A 61 0 2B 112 5D 1E
Octal 125 5 222 52 141 0 53 422 135 36
Binary 1010101 101 10010010 101010 1100001 0 101011 100010010 1011101 11110

Color Harmonies of #550592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550592

Black with #550592

Text Example


Text Example

White with #550592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550592; }

 p { color: rgb(85,5,146); }

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

background-color css

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

 a { background-color: rgb(85,5,146); }

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

border-color css

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

 span { border-color: rgb(85,5,146); }

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