Html Css Color HEX #550165 Indigo

📋 copy color: '#550165'

red 85 ◦ green 1 ◦ blue 101

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

Shades of Indigo #550165

Tints of Indigo #550165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 45.45%
G = 0.53%
B = 54.01%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#550165 (or 0x550165) is known color: Indigo. HEX triplet: 55, 01 and 65. RGB value is (85,1,101). Sum of RGB (Red+Green+Blue) = 85+1+101=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #550165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550165 is #AAFE9A. Grayscale: #252525. Windows color (decimal): -11206299 or 6619477. OLE color: 6619477.

HSL color Cylindrical-coordinate representation of color #550165: hue angle of 290.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550165 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 1 101 -
CMYK 0.16 0.99 0 0.60
HSL 290.4º 0.98% 0.2% -
HSV(B) 290.4º 0.99% 0.4% -
XYZ 6.11 2.89 12.55 -
YUV 37.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 85 1 101 0.16 0.99 0 0.60 290.4 0.98 0.2
Hex 55 1 65 10 63 0 3C 122 62 14
Octal 125 1 145 20 143 0 74 442 142 24
Binary 1010101 1 1100101 10000 1100011 0 111100 100100010 1100010 10100

Color Harmonies of #550165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550165

Black with #550165

Text Example


Text Example

White with #550165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550165; }

 p { color: rgb(85,1,101); }

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

background-color css

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

 a { background-color: rgb(85,1,101); }

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

border-color css

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

 span { border-color: rgb(85,1,101); }

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