Html Css Color HEX #500C74 Indigo

📋 copy color: '#500C74'

red 80 ◦ green 12 ◦ blue 116

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

Shades of Indigo #500C74

Tints of Indigo #500C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 38.46%
G = 5.77%
B = 55.77%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500C74 (or 0x500C74) is known color: Indigo. HEX triplet: 50, 0C and 74. RGB value is (80,12,116). Sum of RGB (Red+Green+Blue) = 80+12+116=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #500C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C74 is #AFF38B. Grayscale: #2B2B2B. Windows color (decimal): -11531148 or 7605328. OLE color: 7605328.

HSL color Cylindrical-coordinate representation of color #500C74: hue angle of 279.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500C74 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 12 116 -
CMYK 0.31 0.90 0 0.55
HSL 279.23º 0.81% 0.25% -
HSV(B) 279.23º 0.9% 0.45% -
XYZ 6.59 3.23 16.8 -
YUV 44.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 80 12 116 0.31 0.90 0 0.55 279.23 0.81 0.25
Hex 50 C 74 1F 5A 0 37 117 51 19
Octal 120 14 164 37 132 0 67 427 121 31
Binary 1010000 1100 1110100 11111 1011010 0 110111 100010111 1010001 11001

Color Harmonies of #500C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C74

Black with #500C74

Text Example


Text Example

White with #500C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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