Html Css Color HEX #550E92 Indigo

📋 copy color: '#550E92'

red 85 ◦ green 14 ◦ blue 146

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

Shades of Indigo #550E92

Tints of Indigo #550E92

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 34.69%
G = 5.71%
B = 59.59%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550E92 (or 0x550E92) is known color: Indigo. HEX triplet: 55, 0E and 92. RGB value is (85,14,146). Sum of RGB (Red+Green+Blue) = 85+14+146=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #550E92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550E92 is #AAF16D. Grayscale: #313131. Windows color (decimal): -11202926 or 9571925. OLE color: 9571925.

HSL color Cylindrical-coordinate representation of color #550E92: hue angle of 272.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550E92 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 14 146 -
CMYK 0.42 0.90 0 0.43
HSL 272.27º 0.83% 0.31% -
HSV(B) 272.27º 0.9% 0.57% -
XYZ 9.09 4.32 27.55 -
YUV 50.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 85 14 146 0.42 0.90 0 0.43 272.27 0.83 0.31
Hex 55 E 92 2A 5A 0 2B 110 52 1F
Octal 125 16 222 52 132 0 53 420 122 37
Binary 1010101 1110 10010010 101010 1011010 0 101011 100010000 1010010 11111

Color Harmonies of #550E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550E92

Black with #550E92

Text Example


Text Example

White with #550E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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