Html Css Color HEX #551074 Indigo

📋 copy color: '#551074'

red 85 ◦ green 16 ◦ blue 116

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

Shades of Indigo #551074

Tints of Indigo #551074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 39.17%
G = 7.37%
B = 53.46%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551074 (or 0x551074) is known color: Indigo. HEX triplet: 55, 10 and 74. RGB value is (85,16,116). Sum of RGB (Red+Green+Blue) = 85+16+116=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #551074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551074 is #AAEF8B. Grayscale: #2F2F2F. Windows color (decimal): -11202444 or 7606357. OLE color: 7606357.

HSL color Cylindrical-coordinate representation of color #551074: hue angle of 281.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551074 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 16 116 -
CMYK 0.27 0.86 0 0.55
HSL 281.4º 0.76% 0.26% -
HSV(B) 281.4º 0.86% 0.45% -
XYZ 7.08 3.56 16.84 -
YUV 48.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 85 16 116 0.27 0.86 0 0.55 281.4 0.76 0.26
Hex 55 10 74 1B 56 0 37 119 4C 1A
Octal 125 20 164 33 126 0 67 431 114 32
Binary 1010101 10000 1110100 11011 1010110 0 110111 100011001 1001100 11010

Color Harmonies of #551074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551074

Black with #551074

Text Example


Text Example

White with #551074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551074; }

 p { color: rgb(85,16,116); }

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

background-color css

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

 a { background-color: rgb(85,16,116); }

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

border-color css

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

 span { border-color: rgb(85,16,116); }

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