Html Css Color HEX #5008AE Indigo

📋 copy color: '#5008AE'

red 80 ◦ green 8 ◦ blue 174

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

Shades of Indigo #5008AE

Tints of Indigo #5008AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

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

R = 30.53%
G = 3.05%
B = 66.41%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5008AE (or 0x5008AE) is known color: Indigo. HEX triplet: 50, 08 and AE. RGB value is (80,8,174). Sum of RGB (Red+Green+Blue) = 80+8+174=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #5008AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AE is #AFF751. Grayscale: #2F2F2F. Windows color (decimal): -11532114 or 11405392. OLE color: 11405392.

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

Color convert

RGB 80 8 174 -
CMYK 0.54 0.95 0 0.32
HSL 266.02º 0.91% 0.36% -
HSV(B) 266.02º 0.95% 0.68% -
XYZ 11.04 4.94 40.42 -
YUV 48.45 198.85 150.5 -
System Red Green Blue C M Y K H S L
Decimal 80 8 174 0.54 0.95 0 0.32 266.02 0.91 0.36
Hex 50 8 AE 36 5F 0 20 10A 5B 24
Octal 120 10 256 66 137 0 40 412 133 44
Binary 1010000 1000 10101110 110110 1011111 0 100000 100001010 1011011 100100

Color Harmonies of #5008AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008AE

Black with #5008AE

Text Example


Text Example

White with #5008AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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