Html Css Color HEX #50006A Indigo

📋 copy color: '#50006A'

red 80 ◦ green 0 ◦ blue 106

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

Shades of Indigo #50006A

Tints of Indigo #50006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.99%

R = 43.01%
G = 0%
B = 56.99%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50006A (or 0x50006A) is known color: Indigo. HEX triplet: 50, 00 and 6A. RGB value is (80,0,106). Sum of RGB (Red+Green+Blue) = 80+0+106=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #50006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50006A is #AFFF95. Grayscale: #232323. Windows color (decimal): -11534230 or 6946896. OLE color: 6946896.

HSL color Cylindrical-coordinate representation of color #50006A: hue angle of 285.28º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50006A is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 0 106 -
CMYK 0.25 1 0 0.58
HSL 285.28º 1% 0.21% -
HSV(B) 285.28º 1% 0.42% -
XYZ 5.91 2.75 13.85 -
YUV 36 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 80 0 106 0.25 1 0 0.58 285.28 1 0.21
Hex 50 0 6A 19 64 0 3A 11D 64 15
Octal 120 0 152 31 144 0 72 435 144 25
Binary 1010000 0 1101010 11001 1100100 0 111010 100011101 1100100 10101

Color Harmonies of #50006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50006A

Black with #50006A

Text Example


Text Example

White with #50006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50006A; }

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

 H1.HeaderClassName
 {
   color: #50006A;
 }
 .AnyTagClassName
 {
   color: #50006A;
 }
</style>

background-color css

<style>
 a { background-color: #50006A; }

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

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

border-color css

<style>
 span { border-color: #50006A; }

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

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