Html Css Color HEX #550975 Indigo

📋 copy color: '#550975'

red 85 ◦ green 9 ◦ blue 117

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

Shades of Indigo #550975

Tints of Indigo #550975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 40.28%
G = 4.27%
B = 55.45%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550975 (or 0x550975) is known color: Indigo. HEX triplet: 55, 09 and 75. RGB value is (85,9,117). Sum of RGB (Red+Green+Blue) = 85+9+117=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #550975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550975 is #AAF68A. Grayscale: #2B2B2B. Windows color (decimal): -11204235 or 7670101. OLE color: 7670101.

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

Color convert

RGB 85 9 117 -
CMYK 0.27 0.92 0 0.54
HSL 282.22º 0.86% 0.25% -
HSV(B) 282.22º 0.92% 0.46% -
XYZ 7.05 3.41 17.12 -
YUV 44.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 85 9 117 0.27 0.92 0 0.54 282.22 0.86 0.25
Hex 55 9 75 1B 5C 0 36 11A 56 19
Octal 125 11 165 33 134 0 66 432 126 31
Binary 1010101 1001 1110101 11011 1011100 0 110110 100011010 1010110 11001

Color Harmonies of #550975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550975

Black with #550975

Text Example


Text Example

White with #550975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550975; }

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

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

background-color css

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

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

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

border-color css

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

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

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