Html Css Color HEX #501372 Indigo

📋 copy color: '#501372'

red 80 ◦ green 19 ◦ blue 114

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

Shades of Indigo #501372

Tints of Indigo #501372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 37.56%
G = 8.92%
B = 53.52%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501372 (or 0x501372) is known color: Indigo. HEX triplet: 50, 13 and 72. RGB value is (80,19,114). Sum of RGB (Red+Green+Blue) = 80+19+114=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #501372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501372 is #AFEC8D. Grayscale: #2F2F2F. Windows color (decimal): -11529358 or 7476048. OLE color: 7476048.

HSL color Cylindrical-coordinate representation of color #501372: hue angle of 278.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501372 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 19 114 -
CMYK 0.30 0.83 0 0.55
HSL 278.53º 0.71% 0.26% -
HSV(B) 278.53º 0.83% 0.45% -
XYZ 6.58 3.39 16.23 -
YUV 48.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 80 19 114 0.30 0.83 0 0.55 278.53 0.71 0.26
Hex 50 13 72 1E 53 0 37 117 47 1A
Octal 120 23 162 36 123 0 67 427 107 32
Binary 1010000 10011 1110010 11110 1010011 0 110111 100010111 1000111 11010

Color Harmonies of #501372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501372

Black with #501372

Text Example


Text Example

White with #501372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501372; }

 p { color: rgb(80,19,114); }

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

background-color css

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

 a { background-color: rgb(80,19,114); }

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

border-color css

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

 span { border-color: rgb(80,19,114); }

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