Html Css Color HEX #551483 Indigo

📋 copy color: '#551483'

red 85 ◦ green 20 ◦ blue 131

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

Shades of Indigo #551483

Tints of Indigo #551483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.51%

R = 36.02%
G = 8.47%
B = 55.51%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#551483 (or 0x551483) is known color: Indigo. HEX triplet: 55, 14 and 83. RGB value is (85,20,131). Sum of RGB (Red+Green+Blue) = 85+20+131=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #551483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551483 is #AAEB7C. Grayscale: #333333. Windows color (decimal): -11201405 or 8590421. OLE color: 8590421.

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

Color convert

RGB 85 20 131 -
CMYK 0.35 0.85 0 0.49
HSL 275.14º 0.74% 0.3% -
HSV(B) 275.14º 0.85% 0.51% -
XYZ 8.09 4.07 21.83 -
YUV 52.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 85 20 131 0.35 0.85 0 0.49 275.14 0.74 0.3
Hex 55 14 83 23 55 0 31 113 4A 1E
Octal 125 24 203 43 125 0 61 423 112 36
Binary 1010101 10100 10000011 100011 1010101 0 110001 100010011 1001010 11110

Color Harmonies of #551483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551483

Black with #551483

Text Example


Text Example

White with #551483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551483; }

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

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

background-color css

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

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

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

border-color css

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

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

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