Html Css Color HEX #5005AE Indigo

📋 copy color: '#5005AE'

red 80 ◦ green 5 ◦ blue 174

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

Shades of Indigo #5005AE

Tints of Indigo #5005AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 30.89%
G = 1.93%
B = 67.18%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5005AE (or 0x5005AE) is known color: Indigo. HEX triplet: 50, 05 and AE. RGB value is (80,5,174). Sum of RGB (Red+Green+Blue) = 80+5+174=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #5005AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5005AE is #AFFA51. Grayscale: #2E2E2E. Windows color (decimal): -11532882 or 11404624. OLE color: 11404624.

HSL color Cylindrical-coordinate representation of color #5005AE: hue angle of 266.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5005AE is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 5 174 -
CMYK 0.54 0.97 0 0.32
HSL 266.63º 0.94% 0.35% -
HSV(B) 266.63º 0.97% 0.68% -
XYZ 11 4.87 40.4 -
YUV 46.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 80 5 174 0.54 0.97 0 0.32 266.63 0.94 0.35
Hex 50 5 AE 36 61 0 20 10B 5E 23
Octal 120 5 256 66 141 0 40 413 136 43
Binary 1010000 101 10101110 110110 1100001 0 100000 100001011 1011110 100011

Color Harmonies of #5005AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5005AE

Black with #5005AE

Text Example


Text Example

White with #5005AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5005AE; }

 p { color: rgb(80,5,174); }

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

background-color css

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

 a { background-color: rgb(80,5,174); }

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

border-color css

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

 span { border-color: rgb(80,5,174); }

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