Html Css Color HEX #551984 Indigo

📋 copy color: '#551984'

red 85 ◦ green 25 ◦ blue 132

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

Shades of Indigo #551984

Tints of Indigo #551984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 35.12%
G = 10.33%
B = 54.55%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#551984 (or 0x551984) is known color: Indigo. HEX triplet: 55, 19 and 84. RGB value is (85,25,132). Sum of RGB (Red+Green+Blue) = 85+25+132=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #551984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551984 is #AAE67B. Grayscale: #363636. Windows color (decimal): -11200124 or 8657237. OLE color: 8657237.

HSL color Cylindrical-coordinate representation of color #551984: hue angle of 273.64º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551984 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 25 132 -
CMYK 0.36 0.81 0 0.48
HSL 273.64º 0.68% 0.31% -
HSV(B) 273.64º 0.81% 0.52% -
XYZ 8.26 4.29 22.22 -
YUV 55.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 85 25 132 0.36 0.81 0 0.48 273.64 0.68 0.31
Hex 55 19 84 24 51 0 30 112 44 1F
Octal 125 31 204 44 121 0 60 422 104 37
Binary 1010101 11001 10000100 100100 1010001 0 110000 100010010 1000100 11111

Color Harmonies of #551984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551984

Black with #551984

Text Example


Text Example

White with #551984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551984; }

 p { color: rgb(85,25,132); }

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

background-color css

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

 a { background-color: rgb(85,25,132); }

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

border-color css

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

 span { border-color: rgb(85,25,132); }

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