Html Css Color HEX #5503AA Indigo

📋 copy color: '#5503AA'

red 85 ◦ green 3 ◦ blue 170

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

Shades of Indigo #5503AA

Tints of Indigo #5503AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 32.95%
G = 1.16%
B = 65.89%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5503AA (or 0x5503AA) is known color: Indigo. HEX triplet: 55, 03 and AA. RGB value is (85,3,170). Sum of RGB (Red+Green+Blue) = 85+3+170=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5503AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503AA is #AAFC55. Grayscale: #2D2D2D. Windows color (decimal): -11205718 or 11141973. OLE color: 11141973.

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

Color convert

RGB 85 3 170 -
CMYK 0.50 0.98 0 0.33
HSL 269.46º 0.97% 0.34% -
HSV(B) 269.46º 0.98% 0.67% -
XYZ 11.03 4.9 38.39 -
YUV 46.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 85 3 170 0.50 0.98 0 0.33 269.46 0.97 0.34
Hex 55 3 AA 32 62 0 21 10D 61 22
Octal 125 3 252 62 142 0 41 415 141 42
Binary 1010101 11 10101010 110010 1100010 0 100001 100001101 1100001 100010

Color Harmonies of #5503AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503AA

Black with #5503AA

Text Example


Text Example

White with #5503AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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