Html Css Color HEX #551297 Indigo

📋 copy color: '#551297'

red 85 ◦ green 18 ◦ blue 151

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

Shades of Indigo #551297

Tints of Indigo #551297

RGB

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

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

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

R = 33.46%
G = 7.09%
B = 59.45%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#551297 (or 0x551297) is known color: Indigo. HEX triplet: 55, 12 and 97. RGB value is (85,18,151). Sum of RGB (Red+Green+Blue) = 85+18+151=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #551297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551297 is #AAED68. Grayscale: #343434. Windows color (decimal): -11201897 or 9900629. OLE color: 9900629.

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

Color convert

RGB 85 18 151 -
CMYK 0.44 0.88 0 0.41
HSL 270.23º 0.79% 0.33% -
HSV(B) 270.23º 0.88% 0.59% -
XYZ 9.55 4.6 29.66 -
YUV 53.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 85 18 151 0.44 0.88 0 0.41 270.23 0.79 0.33
Hex 55 12 97 2C 58 0 29 10E 4F 21
Octal 125 22 227 54 130 0 51 416 117 41
Binary 1010101 10010 10010111 101100 1011000 0 101001 100001110 1001111 100001

Color Harmonies of #551297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551297

Black with #551297

Text Example


Text Example

White with #551297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551297; }

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

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

background-color css

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

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

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

border-color css

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

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

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