Html Css Color HEX #5006A7 Indigo

📋 copy color: '#5006A7'

red 80 ◦ green 6 ◦ blue 167

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

Shades of Indigo #5006A7

Tints of Indigo #5006A7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 167 (65.63% from 255) = 66.01%

R = 31.62%
G = 2.37%
B = 66.01%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5006A7 (or 0x5006A7) is known color: Indigo. HEX triplet: 50, 06 and A7. RGB value is (80,6,167). Sum of RGB (Red+Green+Blue) = 80+6+167=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 167 (65.62% from 255 or 66.01% from 253); Max value from RGB is 167 - color contains mainly: blue. Hex color #5006A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5006A7 is #AFF958. Grayscale: #2D2D2D. Windows color (decimal): -11532633 or 10946128. OLE color: 10946128.

HSL color Cylindrical-coordinate representation of color #5006A7: hue angle of 267.58º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5006A7 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 6 167 -
CMYK 0.52 0.96 0 0.35
HSL 267.58º 0.93% 0.34% -
HSV(B) 267.58º 0.96% 0.65% -
XYZ 10.35 4.63 36.91 -
YUV 46.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 80 6 167 0.52 0.96 0 0.35 267.58 0.93 0.34
Hex 50 6 A7 34 60 0 23 10C 5D 22
Octal 120 6 247 64 140 0 43 414 135 42
Binary 1010000 110 10100111 110100 1100000 0 100011 100001100 1011101 100010

Color Harmonies of #5006A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006A7

Black with #5006A7

Text Example


Text Example

White with #5006A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5006A7; }

 p { color: rgb(80,6,167); }

 H1.HeaderClassName
 {
   color: #5006A7;
 }
 .AnyTagClassName
 {
   color: #5006A7;
 }
</style>

background-color css

<style>
 a { background-color: #5006A7; }

 a { background-color: rgb(80,6,167); }

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

border-color css

<style>
 span { border-color: #5006A7; }

 span { border-color: rgb(80,6,167); }

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