Html Css Color HEX #551092 Indigo

📋 copy color: '#551092'

red 85 ◦ green 16 ◦ blue 146

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

Shades of Indigo #551092

Tints of Indigo #551092

RGB

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

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

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

R = 34.41%
G = 6.48%
B = 59.11%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#551092 (or 0x551092) is known color: Indigo. HEX triplet: 55, 10 and 92. RGB value is (85,16,146). Sum of RGB (Red+Green+Blue) = 85+16+146=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #551092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551092 is #AAEF6D. Grayscale: #333333. Windows color (decimal): -11202414 or 9572437. OLE color: 9572437.

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

Color convert

RGB 85 16 146 -
CMYK 0.42 0.89 0 0.43
HSL 271.85º 0.8% 0.32% -
HSV(B) 271.85º 0.89% 0.57% -
XYZ 9.12 4.38 27.56 -
YUV 51.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 85 16 146 0.42 0.89 0 0.43 271.85 0.8 0.32
Hex 55 10 92 2A 59 0 2B 110 50 20
Octal 125 20 222 52 131 0 53 420 120 40
Binary 1010101 10000 10010010 101010 1011001 0 101011 100010000 1010000 100000

Color Harmonies of #551092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551092

Black with #551092

Text Example


Text Example

White with #551092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551092; }

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

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

background-color css

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

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

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

border-color css

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

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

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