Html Css Color HEX #551097 Indigo

📋 copy color: '#551097'

red 85 ◦ green 16 ◦ blue 151

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

Shades of Indigo #551097

Tints of Indigo #551097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 33.73%
G = 6.35%
B = 59.92%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#551097 (or 0x551097) is known color: Indigo. HEX triplet: 55, 10 and 97. RGB value is (85,16,151). Sum of RGB (Red+Green+Blue) = 85+16+151=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #551097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551097 is #AAEF68. Grayscale: #333333. Windows color (decimal): -11202409 or 9900117. OLE color: 9900117.

HSL color Cylindrical-coordinate representation of color #551097: hue angle of 270.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551097 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 16 151 -
CMYK 0.44 0.89 0 0.41
HSL 270.67º 0.81% 0.33% -
HSV(B) 270.67º 0.89% 0.59% -
XYZ 9.52 4.54 29.65 -
YUV 52.02 183.86 151.52 -
System Red Green Blue C M Y K H S L
Decimal 85 16 151 0.44 0.89 0 0.41 270.67 0.81 0.33
Hex 55 10 97 2C 59 0 29 10F 51 21
Octal 125 20 227 54 131 0 51 417 121 41
Binary 1010101 10000 10010111 101100 1011001 0 101001 100001111 1010001 100001

Color Harmonies of #551097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551097

Black with #551097

Text Example


Text Example

White with #551097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551097; }

 p { color: rgb(85,16,151); }

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

background-color css

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

 a { background-color: rgb(85,16,151); }

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

border-color css

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

 span { border-color: rgb(85,16,151); }

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