Html Css Color HEX #550286 Indigo

📋 copy color: '#550286'

red 85 ◦ green 2 ◦ blue 134

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

Shades of Indigo #550286

Tints of Indigo #550286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 38.46%
G = 0.9%
B = 60.63%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550286 (or 0x550286) is known color: Indigo. HEX triplet: 55, 02 and 86. RGB value is (85,2,134). Sum of RGB (Red+Green+Blue) = 85+2+134=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #550286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550286 is #AAFD79. Grayscale: #292929. Windows color (decimal): -11206010 or 8782421. OLE color: 8782421.

HSL color Cylindrical-coordinate representation of color #550286: hue angle of 277.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550286 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 2 134 -
CMYK 0.37 0.99 0 0.47
HSL 277.73º 0.97% 0.27% -
HSV(B) 277.73º 0.99% 0.53% -
XYZ 8.07 3.7 22.84 -
YUV 41.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 85 2 134 0.37 0.99 0 0.47 277.73 0.97 0.27
Hex 55 2 86 25 63 0 2F 116 61 1B
Octal 125 2 206 45 143 0 57 426 141 33
Binary 1010101 10 10000110 100101 1100011 0 101111 100010110 1100001 11011

Color Harmonies of #550286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550286

Black with #550286

Text Example


Text Example

White with #550286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550286; }

 p { color: rgb(85,2,134); }

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

background-color css

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

 a { background-color: rgb(85,2,134); }

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

border-color css

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

 span { border-color: rgb(85,2,134); }

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