Html Css Color HEX #551599 Indigo

📋 copy color: '#551599'

red 85 ◦ green 21 ◦ blue 153

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

Shades of Indigo #551599

Tints of Indigo #551599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 32.82%
G = 8.11%
B = 59.07%

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

#551599 (or 0x551599) is known color: Indigo. HEX triplet: 55, 15 and 99. RGB value is (85,21,153). Sum of RGB (Red+Green+Blue) = 85+21+153=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #551599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551599 is #AAEA66. Grayscale: #363636. Windows color (decimal): -11201127 or 10032469. OLE color: 10032469.

HSL color Cylindrical-coordinate representation of color #551599: hue angle of 269.09º degrees, saturation: 0.76, 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 #551599 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 21 153 -
CMYK 0.44 0.86 0 0.4
HSL 269.09º 0.76% 0.34% -
HSV(B) 269.09º 0.86% 0.6% -
XYZ 9.76 4.77 30.54 -
YUV 55.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 85 21 153 0.44 0.86 0 0.4 269.09 0.76 0.34
Hex 55 15 99 2C 56 0 28 10D 4C 22
Octal 125 25 231 54 126 0 50 415 114 42
Binary 1010101 10101 10011001 101100 1010110 0 101000 100001101 1001100 100010

Color Harmonies of #551599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551599

Black with #551599

Text Example


Text Example

White with #551599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551599; }

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

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

background-color css

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

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

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

border-color css

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

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

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