Html Css Color HEX #50067F Indigo

📋 copy color: '#50067F'

red 80 ◦ green 6 ◦ blue 127

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

Shades of Indigo #50067F

Tints of Indigo #50067F

RGB

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

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

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

R = 37.56%
G = 2.82%
B = 59.62%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50067F (or 0x50067F) is known color: Indigo. HEX triplet: 50, 06 and 7F. RGB value is (80,6,127). Sum of RGB (Red+Green+Blue) = 80+6+127=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #50067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50067F is #AFF980. Grayscale: #292929. Windows color (decimal): -11532673 or 8324688. OLE color: 8324688.

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

Color convert

RGB 80 6 127 -
CMYK 0.37 0.95 0 0.50
HSL 276.69º 0.91% 0.26% -
HSV(B) 276.69º 0.95% 0.5% -
XYZ 7.2 3.37 20.35 -
YUV 41.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 80 6 127 0.37 0.95 0 0.50 276.69 0.91 0.26
Hex 50 6 7F 25 5F 0 32 115 5B 1A
Octal 120 6 177 45 137 0 62 425 133 32
Binary 1010000 110 1111111 100101 1011111 0 110010 100010101 1011011 11010

Color Harmonies of #50067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50067F

Black with #50067F

Text Example


Text Example

White with #50067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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