Html Css Color HEX #551284 Indigo

📋 copy color: '#551284'

red 85 ◦ green 18 ◦ blue 132

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

Shades of Indigo #551284

Tints of Indigo #551284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 36.17%
G = 7.66%
B = 56.17%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#551284 (or 0x551284) is known color: Indigo. HEX triplet: 55, 12 and 84. RGB value is (85,18,132). Sum of RGB (Red+Green+Blue) = 85+18+132=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #551284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551284 is #AAED7B. Grayscale: #323232. Windows color (decimal): -11201916 or 8655445. OLE color: 8655445.

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

Color convert

RGB 85 18 132 -
CMYK 0.36 0.86 0 0.48
HSL 275.26º 0.76% 0.29% -
HSV(B) 275.26º 0.86% 0.52% -
XYZ 8.13 4.03 22.18 -
YUV 51.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 85 18 132 0.36 0.86 0 0.48 275.26 0.76 0.29
Hex 55 12 84 24 56 0 30 113 4C 1D
Octal 125 22 204 44 126 0 60 423 114 35
Binary 1010101 10010 10000100 100100 1010110 0 110000 100010011 1001100 11101

Color Harmonies of #551284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551284

Black with #551284

Text Example


Text Example

White with #551284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551284; }

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

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

background-color css

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

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

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

border-color css

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

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

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