Html Css Color HEX #550492 Indigo

📋 copy color: '#550492'

red 85 ◦ green 4 ◦ blue 146

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

Shades of Indigo #550492

Tints of Indigo #550492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 36.17%
G = 1.7%
B = 62.13%

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

#550492 (or 0x550492) is known color: Indigo. HEX triplet: 55, 04 and 92. RGB value is (85,4,146). Sum of RGB (Red+Green+Blue) = 85+4+146=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #550492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550492 is #AAFB6D. Grayscale: #2B2B2B. Windows color (decimal): -11205486 or 9569365. OLE color: 9569365.

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

Color convert

RGB 85 4 146 -
CMYK 0.42 0.97 0 0.43
HSL 274.23º 0.95% 0.29% -
HSV(B) 274.23º 0.97% 0.57% -
XYZ 8.98 4.09 27.51 -
YUV 44.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 85 4 146 0.42 0.97 0 0.43 274.23 0.95 0.29
Hex 55 4 92 2A 61 0 2B 112 5F 1D
Octal 125 4 222 52 141 0 53 422 137 35
Binary 1010101 100 10010010 101010 1100001 0 101011 100010010 1011111 11101

Color Harmonies of #550492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550492

Black with #550492

Text Example


Text Example

White with #550492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550492; }

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

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

background-color css

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

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

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

border-color css

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

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

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