Html Css Color HEX #551699 Indigo

📋 copy color: '#551699'

red 85 ◦ green 22 ◦ blue 153

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

Shades of Indigo #551699

Tints of Indigo #551699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 32.69%
G = 8.46%
B = 58.85%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#551699 (or 0x551699) is known color: Indigo. HEX triplet: 55, 16 and 99. RGB value is (85,22,153). Sum of RGB (Red+Green+Blue) = 85+22+153=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #551699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551699 is #AAE966. Grayscale: #373737. Windows color (decimal): -11200871 or 10032725. OLE color: 10032725.

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

Color convert

RGB 85 22 153 -
CMYK 0.44 0.86 0 0.4
HSL 268.85º 0.75% 0.34% -
HSV(B) 268.85º 0.86% 0.6% -
XYZ 9.78 4.81 30.55 -
YUV 55.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 85 22 153 0.44 0.86 0 0.4 268.85 0.75 0.34
Hex 55 16 99 2C 56 0 28 10D 4B 22
Octal 125 26 231 54 126 0 50 415 113 42
Binary 1010101 10110 10011001 101100 1010110 0 101000 100001101 1001011 100010

Color Harmonies of #551699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551699

Black with #551699

Text Example


Text Example

White with #551699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551699; }

 p { color: rgb(85,22,153); }

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

background-color css

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

 a { background-color: rgb(85,22,153); }

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

border-color css

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

 span { border-color: rgb(85,22,153); }

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