Html Css Color HEX #550275 Indigo

📋 copy color: '#550275'

red 85 ◦ green 2 ◦ blue 117

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

Shades of Indigo #550275

Tints of Indigo #550275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 41.67%
G = 0.98%
B = 57.35%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550275 (or 0x550275) is known color: Indigo. HEX triplet: 55, 02 and 75. RGB value is (85,2,117). Sum of RGB (Red+Green+Blue) = 85+2+117=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #550275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550275 is #AAFD8A. Grayscale: #272727. Windows color (decimal): -11206027 or 7668309. OLE color: 7668309.

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

Color convert

RGB 85 2 117 -
CMYK 0.27 0.98 0 0.54
HSL 283.3º 0.97% 0.23% -
HSV(B) 283.3º 0.98% 0.46% -
XYZ 6.98 3.26 17.09 -
YUV 39.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 85 2 117 0.27 0.98 0 0.54 283.3 0.97 0.23
Hex 55 2 75 1B 62 0 36 11B 61 17
Octal 125 2 165 33 142 0 66 433 141 27
Binary 1010101 10 1110101 11011 1100010 0 110110 100011011 1100001 10111

Color Harmonies of #550275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550275

Black with #550275

Text Example


Text Example

White with #550275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550275; }

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

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

background-color css

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

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

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

border-color css

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

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

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