Html Css Color HEX #550078 Indigo

📋 copy color: '#550078'

red 85 ◦ green 0 ◦ blue 120

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

Shades of Indigo #550078

Tints of Indigo #550078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 41.46%
G = 0%
B = 58.54%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#550078 (or 0x550078) is known color: Indigo. HEX triplet: 55, 00 and 78. RGB value is (85,0,120). Sum of RGB (Red+Green+Blue) = 85+0+120=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #550078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550078 is #AAFF87. Grayscale: #262626. Windows color (decimal): -11206536 or 7864405. OLE color: 7864405.

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

Color convert

RGB 85 0 120 -
CMYK 0.29 1 0 0.53
HSL 282.5º 1% 0.24% -
HSV(B) 282.5º 1% 0.47% -
XYZ 7.14 3.29 18.03 -
YUV 39.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 85 0 120 0.29 1 0 0.53 282.5 1 0.24
Hex 55 0 78 1D 64 0 35 11A 64 18
Octal 125 0 170 35 144 0 65 432 144 30
Binary 1010101 0 1111000 11101 1100100 0 110101 100011010 1100100 11000

Color Harmonies of #550078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550078

Black with #550078

Text Example


Text Example

White with #550078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550078; }

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

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

background-color css

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

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

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

border-color css

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

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

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