Html Css Color HEX #551292 Indigo

📋 copy color: '#551292'

red 85 ◦ green 18 ◦ blue 146

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

Shades of Indigo #551292

Tints of Indigo #551292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 34.14%
G = 7.23%
B = 58.63%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#551292 (or 0x551292) is known color: Indigo. HEX triplet: 55, 12 and 92. RGB value is (85,18,146). Sum of RGB (Red+Green+Blue) = 85+18+146=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #551292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551292 is #AAED6D. Grayscale: #343434. Windows color (decimal): -11201902 or 9572949. OLE color: 9572949.

HSL color Cylindrical-coordinate representation of color #551292: hue angle of 271.41º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551292 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 18 146 -
CMYK 0.42 0.88 0 0.43
HSL 271.41º 0.78% 0.32% -
HSV(B) 271.41º 0.88% 0.57% -
XYZ 9.15 4.44 27.57 -
YUV 52.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 85 18 146 0.42 0.88 0 0.43 271.41 0.78 0.32
Hex 55 12 92 2A 58 0 2B 10F 4E 20
Octal 125 22 222 52 130 0 53 417 116 40
Binary 1010101 10010 10010010 101010 1011000 0 101011 100001111 1001110 100000

Color Harmonies of #551292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551292

Black with #551292

Text Example


Text Example

White with #551292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551292; }

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

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

background-color css

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

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

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

border-color css

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

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

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