Html Css Color HEX #551271 Indigo

📋 copy color: '#551271'

red 85 ◦ green 18 ◦ blue 113

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

Shades of Indigo #551271

Tints of Indigo #551271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 39.35%
G = 8.33%
B = 52.31%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551271 (or 0x551271) is known color: Indigo. HEX triplet: 55, 12 and 71. RGB value is (85,18,113). Sum of RGB (Red+Green+Blue) = 85+18+113=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #551271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551271 is #AAED8E. Grayscale: #303030. Windows color (decimal): -11201935 or 7410261. OLE color: 7410261.

HSL color Cylindrical-coordinate representation of color #551271: hue angle of 282.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551271 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 18 113 -
CMYK 0.25 0.84 0 0.56
HSL 282.32º 0.73% 0.26% -
HSV(B) 282.32º 0.84% 0.44% -
XYZ 6.94 3.56 15.94 -
YUV 48.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 85 18 113 0.25 0.84 0 0.56 282.32 0.73 0.26
Hex 55 12 71 19 54 0 38 11A 49 1A
Octal 125 22 161 31 124 0 70 432 111 32
Binary 1010101 10010 1110001 11001 1010100 0 111000 100011010 1001001 11010

Color Harmonies of #551271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551271

Black with #551271

Text Example


Text Example

White with #551271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551271; }

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

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

background-color css

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

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

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

border-color css

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

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

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