Html Css Color HEX #5500AA Indigo

📋 copy color: '#5500AA'

red 85 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5500AA

Tints of Indigo #5500AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5500AA (or 0x5500AA) is known color: Indigo. HEX triplet: 55, 00 and AA. RGB value is (85,0,170). Sum of RGB (Red+Green+Blue) = 85+0+170=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #5500AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5500AA is #AAFF55. Grayscale: #2C2C2C. Windows color (decimal): -11206486 or 11141205. OLE color: 11141205.

HSL color Cylindrical-coordinate representation of color #5500AA: hue angle of 270º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500AA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 0 170 -
CMYK 0.50 1 0 0.33
HSL 270º 1% 0.33% -
HSV(B) 270º 1% 0.67% -
XYZ 11 4.83 38.38 -
YUV 44.8 198.66 156.68 -
System Red Green Blue C M Y K H S L
Decimal 85 0 170 0.50 1 0 0.33 270 1 0.33
Hex 55 0 AA 32 64 0 21 10E 64 21
Octal 125 0 252 62 144 0 41 416 144 41
Binary 1010101 0 10101010 110010 1100100 0 100001 100001110 1100100 100001

Color Harmonies of #5500AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500AA

Black with #5500AA

Text Example


Text Example

White with #5500AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5500AA; }

 p { color: rgb(85,0,170); }

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

background-color css

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

 a { background-color: rgb(85,0,170); }

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

border-color css

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

 span { border-color: rgb(85,0,170); }

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