Html Css Color HEX #551485 Indigo

📋 copy color: '#551485'

red 85 ◦ green 20 ◦ blue 133

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

Shades of Indigo #551485

Tints of Indigo #551485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 35.71%
G = 8.4%
B = 55.88%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#551485 (or 0x551485) is known color: Indigo. HEX triplet: 55, 14 and 85. RGB value is (85,20,133). Sum of RGB (Red+Green+Blue) = 85+20+133=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #551485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551485 is #AAEB7A. Grayscale: #333333. Windows color (decimal): -11201403 or 8721493. OLE color: 8721493.

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

Color convert

RGB 85 20 133 -
CMYK 0.36 0.85 0 0.48
HSL 274.51º 0.74% 0.3% -
HSV(B) 274.51º 0.85% 0.52% -
XYZ 8.23 4.13 22.55 -
YUV 52.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 85 20 133 0.36 0.85 0 0.48 274.51 0.74 0.3
Hex 55 14 85 24 55 0 30 113 4A 1E
Octal 125 24 205 44 125 0 60 423 112 36
Binary 1010101 10100 10000101 100100 1010101 0 110000 100010011 1001010 11110

Color Harmonies of #551485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551485

Black with #551485

Text Example


Text Example

White with #551485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551485; }

 p { color: rgb(85,20,133); }

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

background-color css

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

 a { background-color: rgb(85,20,133); }

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

border-color css

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

 span { border-color: rgb(85,20,133); }

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