Html Css Color HEX #551478 Indigo

📋 copy color: '#551478'

red 85 ◦ green 20 ◦ blue 120

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

Shades of Indigo #551478

Tints of Indigo #551478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 37.78%
G = 8.89%
B = 53.33%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551478 (or 0x551478) is known color: Indigo. HEX triplet: 55, 14 and 78. RGB value is (85,20,120). Sum of RGB (Red+Green+Blue) = 85+20+120=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #551478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551478 is #AAEB87. Grayscale: #323232. Windows color (decimal): -11201416 or 7869525. OLE color: 7869525.

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

Color convert

RGB 85 20 120 -
CMYK 0.29 0.83 0 0.53
HSL 279º 0.71% 0.27% -
HSV(B) 279º 0.83% 0.47% -
XYZ 7.39 3.79 18.11 -
YUV 50.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 85 20 120 0.29 0.83 0 0.53 279 0.71 0.27
Hex 55 14 78 1D 53 0 35 117 47 1B
Octal 125 24 170 35 123 0 65 427 107 33
Binary 1010101 10100 1111000 11101 1010011 0 110101 100010111 1000111 11011

Color Harmonies of #551478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551478

Black with #551478

Text Example


Text Example

White with #551478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551478; }

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

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

background-color css

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

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

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

border-color css

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

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

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