Html Css Color HEX #5000AA Indigo

📋 copy color: '#5000AA'

red 80 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5000AA

Tints of Indigo #5000AA

RGB

 RED value IS 80 (31.64% from 255) = 32%

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

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

R = 32%
G = 0%
B = 68%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5000AA (or 0x5000AA) is known color: Indigo. HEX triplet: 50, 00 and AA. RGB value is (80,0,170). Sum of RGB (Red+Green+Blue) = 80+0+170=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #5000AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5000AA is #AFFF55. Grayscale: #2A2A2A. Windows color (decimal): -11534166 or 11141200. OLE color: 11141200.

HSL color Cylindrical-coordinate representation of color #5000AA: hue angle of 268.24º 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 #5000AA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 0 170 -
CMYK 0.53 1 0 0.33
HSL 268.24º 1% 0.33% -
HSV(B) 268.24º 1% 0.67% -
XYZ 10.56 4.61 38.36 -
YUV 43.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 80 0 170 0.53 1 0 0.33 268.24 1 0.33
Hex 50 0 AA 35 64 0 21 10C 64 21
Octal 120 0 252 65 144 0 41 414 144 41
Binary 1010000 0 10101010 110101 1100100 0 100001 100001100 1100100 100001

Color Harmonies of #5000AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5000AA

Black with #5000AA

Text Example


Text Example

White with #5000AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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