Html Css Color HEX #500C6D Indigo

📋 copy color: '#500C6D'

red 80 ◦ green 12 ◦ blue 109

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

Shades of Indigo #500C6D

Tints of Indigo #500C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.23%

R = 39.8%
G = 5.97%
B = 54.23%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#500C6D (or 0x500C6D) is known color: Indigo. HEX triplet: 50, 0C and 6D. RGB value is (80,12,109). Sum of RGB (Red+Green+Blue) = 80+12+109=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #500C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C6D is #AFF392. Grayscale: #2B2B2B. Windows color (decimal): -11531155 or 7146576. OLE color: 7146576.

HSL color Cylindrical-coordinate representation of color #500C6D: hue angle of 282.06º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500C6D is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 12 109 -
CMYK 0.27 0.89 0 0.57
HSL 282.06º 0.8% 0.24% -
HSV(B) 282.06º 0.89% 0.43% -
XYZ 6.2 3.07 14.73 -
YUV 43.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 80 12 109 0.27 0.89 0 0.57 282.06 0.8 0.24
Hex 50 C 6D 1B 59 0 39 11A 50 18
Octal 120 14 155 33 131 0 71 432 120 30
Binary 1010000 1100 1101101 11011 1011001 0 111001 100011010 1010000 11000

Color Harmonies of #500C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C6D

Black with #500C6D

Text Example


Text Example

White with #500C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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