Html Css Color HEX #501085 Indigo

📋 copy color: '#501085'

red 80 ◦ green 16 ◦ blue 133

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

Shades of Indigo #501085

Tints of Indigo #501085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 34.93%
G = 6.99%
B = 58.08%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#501085 (or 0x501085) is known color: Indigo. HEX triplet: 50, 10 and 85. RGB value is (80,16,133). Sum of RGB (Red+Green+Blue) = 80+16+133=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #501085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501085 is #AFEF7A. Grayscale: #303030. Windows color (decimal): -11530107 or 8720464. OLE color: 8720464.

HSL color Cylindrical-coordinate representation of color #501085: hue angle of 272.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501085 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 16 133 -
CMYK 0.40 0.88 0 0.48
HSL 272.82º 0.79% 0.29% -
HSV(B) 272.82º 0.88% 0.52% -
XYZ 7.73 3.77 22.51 -
YUV 48.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 80 16 133 0.40 0.88 0 0.48 272.82 0.79 0.29
Hex 50 10 85 28 58 0 30 111 4F 1D
Octal 120 20 205 50 130 0 60 421 117 35
Binary 1010000 10000 10000101 101000 1011000 0 110000 100010001 1001111 11101

Color Harmonies of #501085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501085

Black with #501085

Text Example


Text Example

White with #501085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501085; }

 p { color: rgb(80,16,133); }

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

background-color css

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

 a { background-color: rgb(80,16,133); }

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

border-color css

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

 span { border-color: rgb(80,16,133); }

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