Html Css Color HEX #500C7F Indigo

📋 copy color: '#500C7F'

red 80 ◦ green 12 ◦ blue 127

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

Shades of Indigo #500C7F

Tints of Indigo #500C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

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

R = 36.53%
G = 5.48%
B = 57.99%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#500C7F (or 0x500C7F) is known color: Indigo. HEX triplet: 50, 0C and 7F. RGB value is (80,12,127). Sum of RGB (Red+Green+Blue) = 80+12+127=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #500C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C7F is #AFF380. Grayscale: #2D2D2D. Windows color (decimal): -11531137 or 8326224. OLE color: 8326224.

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

Color convert

RGB 80 12 127 -
CMYK 0.37 0.91 0 0.50
HSL 275.48º 0.83% 0.27% -
HSV(B) 275.48º 0.91% 0.5% -
XYZ 7.27 3.5 20.37 -
YUV 45.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 80 12 127 0.37 0.91 0 0.50 275.48 0.83 0.27
Hex 50 C 7F 25 5B 0 32 113 53 1B
Octal 120 14 177 45 133 0 62 423 123 33
Binary 1010000 1100 1111111 100101 1011011 0 110010 100010011 1010011 11011

Color Harmonies of #500C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C7F

Black with #500C7F

Text Example


Text Example

White with #500C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500C7F; }

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

 H1.HeaderClassName
 {
   color: #500C7F;
 }
 .AnyTagClassName
 {
   color: #500C7F;
 }
</style>

background-color css

<style>
 a { background-color: #500C7F; }

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

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

border-color css

<style>
 span { border-color: #500C7F; }

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

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