Html Css Color HEX #50006F Indigo

📋 copy color: '#50006F'

red 80 ◦ green 0 ◦ blue 111

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

Shades of Indigo #50006F

Tints of Indigo #50006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 41.88%
G = 0%
B = 58.12%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50006F (or 0x50006F) is known color: Indigo. HEX triplet: 50, 00 and 6F. RGB value is (80,0,111). Sum of RGB (Red+Green+Blue) = 80+0+111=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #50006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50006F is #AFFF90. Grayscale: #242424. Windows color (decimal): -11534225 or 7274576. OLE color: 7274576.

HSL color Cylindrical-coordinate representation of color #50006F: hue angle of 283.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50006F is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 0 111 -
CMYK 0.28 1 0 0.56
HSL 283.24º 1% 0.22% -
HSV(B) 283.24º 1% 0.44% -
XYZ 6.18 2.85 15.26 -
YUV 36.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 80 0 111 0.28 1 0 0.56 283.24 1 0.22
Hex 50 0 6F 1C 64 0 38 11B 64 16
Octal 120 0 157 34 144 0 70 433 144 26
Binary 1010000 0 1101111 11100 1100100 0 111000 100011011 1100100 10110

Color Harmonies of #50006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50006F

Black with #50006F

Text Example


Text Example

White with #50006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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