Html Css Color HEX #550092 Indigo

📋 copy color: '#550092'

red 85 ◦ green 0 ◦ blue 146

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

Shades of Indigo #550092

Tints of Indigo #550092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.8%
G = 0%
B = 63.2%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550092 (or 0x550092) is known color: Indigo. HEX triplet: 55, 00 and 92. RGB value is (85,0,146). Sum of RGB (Red+Green+Blue) = 85+0+146=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #550092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550092 is #AAFF6D. Grayscale: #292929. Windows color (decimal): -11206510 or 9568341. OLE color: 9568341.

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

Color convert

RGB 85 0 146 -
CMYK 0.42 1 0 0.43
HSL 274.93º 1% 0.29% -
HSV(B) 274.93º 1% 0.57% -
XYZ 8.93 4.01 27.5 -
YUV 42.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 85 0 146 0.42 1 0 0.43 274.93 1 0.29
Hex 55 0 92 2A 64 0 2B 113 64 1D
Octal 125 0 222 52 144 0 53 423 144 35
Binary 1010101 0 10010010 101010 1100100 0 101011 100010011 1100100 11101

Color Harmonies of #550092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550092

Black with #550092

Text Example


Text Example

White with #550092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550092; }

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

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

background-color css

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

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

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

border-color css

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

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

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