Html Css Color HEX #50167F Indigo

📋 copy color: '#50167F'

red 80 ◦ green 22 ◦ blue 127

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

Shades of Indigo #50167F

Tints of Indigo #50167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 34.93%
G = 9.61%
B = 55.46%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50167F (or 0x50167F) is known color: Indigo. HEX triplet: 50, 16 and 7F. RGB value is (80,22,127). Sum of RGB (Red+Green+Blue) = 80+22+127=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #50167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50167F is #AFE980. Grayscale: #323232. Windows color (decimal): -11528577 or 8328784. OLE color: 8328784.

HSL color Cylindrical-coordinate representation of color #50167F: hue angle of 273.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50167F is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 22 127 -
CMYK 0.37 0.83 0 0.50
HSL 273.14º 0.7% 0.29% -
HSV(B) 273.14º 0.83% 0.5% -
XYZ 7.43 3.81 20.42 -
YUV 51.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 80 22 127 0.37 0.83 0 0.50 273.14 0.7 0.29
Hex 50 16 7F 25 53 0 32 111 46 1D
Octal 120 26 177 45 123 0 62 421 106 35
Binary 1010000 10110 1111111 100101 1010011 0 110010 100010001 1000110 11101

Color Harmonies of #50167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50167F

Black with #50167F

Text Example


Text Example

White with #50167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,22,127); }

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

background-color css

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

 a { background-color: rgb(80,22,127); }

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

border-color css

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

 span { border-color: rgb(80,22,127); }

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