Html Css Color HEX #551182 Indigo

📋 copy color: '#551182'

red 85 ◦ green 17 ◦ blue 130

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

Shades of Indigo #551182

Tints of Indigo #551182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 36.64%
G = 7.33%
B = 56.03%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#551182 (or 0x551182) is known color: Indigo. HEX triplet: 55, 11 and 82. RGB value is (85,17,130). Sum of RGB (Red+Green+Blue) = 85+17+130=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #551182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551182 is #AAEE7D. Grayscale: #313131. Windows color (decimal): -11202174 or 8524117. OLE color: 8524117.

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

Color convert

RGB 85 17 130 -
CMYK 0.35 0.87 0 0.49
HSL 276.11º 0.77% 0.29% -
HSV(B) 276.11º 0.87% 0.51% -
XYZ 7.98 3.94 21.46 -
YUV 50.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 85 17 130 0.35 0.87 0 0.49 276.11 0.77 0.29
Hex 55 11 82 23 57 0 31 114 4D 1D
Octal 125 21 202 43 127 0 61 424 115 35
Binary 1010101 10001 10000010 100011 1010111 0 110001 100010100 1001101 11101

Color Harmonies of #551182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551182

Black with #551182

Text Example


Text Example

White with #551182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551182; }

 p { color: rgb(85,17,130); }

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

background-color css

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

 a { background-color: rgb(85,17,130); }

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

border-color css

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

 span { border-color: rgb(85,17,130); }

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