Html Css Color HEX #550274 Indigo

📋 copy color: '#550274'

red 85 ◦ green 2 ◦ blue 116

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

Shades of Indigo #550274

Tints of Indigo #550274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 41.87%
G = 0.99%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550274 (or 0x550274) is known color: Indigo. HEX triplet: 55, 02 and 74. RGB value is (85,2,116). Sum of RGB (Red+Green+Blue) = 85+2+116=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #550274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550274 is #AAFD8B. Grayscale: #272727. Windows color (decimal): -11206028 or 7602773. OLE color: 7602773.

HSL color Cylindrical-coordinate representation of color #550274: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550274 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 2 116 -
CMYK 0.27 0.98 0 0.55
HSL 283.68º 0.97% 0.23% -
HSV(B) 283.68º 0.98% 0.45% -
XYZ 6.92 3.24 16.78 -
YUV 39.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 85 2 116 0.27 0.98 0 0.55 283.68 0.97 0.23
Hex 55 2 74 1B 62 0 37 11C 61 17
Octal 125 2 164 33 142 0 67 434 141 27
Binary 1010101 10 1110100 11011 1100010 0 110111 100011100 1100001 10111

Color Harmonies of #550274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550274

Black with #550274

Text Example


Text Example

White with #550274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550274; }

 p { color: rgb(85,2,116); }

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

background-color css

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

 a { background-color: rgb(85,2,116); }

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

border-color css

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

 span { border-color: rgb(85,2,116); }

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