Html Css Color HEX #551070 Indigo

📋 copy color: '#551070'

red 85 ◦ green 16 ◦ blue 112

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

Shades of Indigo #551070

Tints of Indigo #551070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.58%

R = 39.91%
G = 7.51%
B = 52.58%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551070 (or 0x551070) is known color: Indigo. HEX triplet: 55, 10 and 70. RGB value is (85,16,112). Sum of RGB (Red+Green+Blue) = 85+16+112=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #551070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551070 is #AAEF8F. Grayscale: #2F2F2F. Windows color (decimal): -11202448 or 7344213. OLE color: 7344213.

HSL color Cylindrical-coordinate representation of color #551070: hue angle of 283.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551070 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 16 112 -
CMYK 0.24 0.86 0 0.56
HSL 283.13º 0.75% 0.25% -
HSV(B) 283.13º 0.86% 0.44% -
XYZ 6.86 3.47 15.64 -
YUV 47.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 85 16 112 0.24 0.86 0 0.56 283.13 0.75 0.25
Hex 55 10 70 18 56 0 38 11B 4B 19
Octal 125 20 160 30 126 0 70 433 113 31
Binary 1010101 10000 1110000 11000 1010110 0 111000 100011011 1001011 11001

Color Harmonies of #551070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551070

Black with #551070

Text Example


Text Example

White with #551070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551070; }

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

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

background-color css

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

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

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

border-color css

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

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

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