Html Css Color HEX #500685 Indigo

📋 copy color: '#500685'

red 80 ◦ green 6 ◦ blue 133

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

Shades of Indigo #500685

Tints of Indigo #500685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 36.53%
G = 2.74%
B = 60.73%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500685 (or 0x500685) is known color: Indigo. HEX triplet: 50, 06 and 85. RGB value is (80,6,133). Sum of RGB (Red+Green+Blue) = 80+6+133=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #500685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500685 is #AFF97A. Grayscale: #2A2A2A. Windows color (decimal): -11532667 or 8717904. OLE color: 8717904.

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

Color convert

RGB 80 6 133 -
CMYK 0.40 0.95 0 0.48
HSL 274.96º 0.91% 0.27% -
HSV(B) 274.96º 0.95% 0.52% -
XYZ 7.61 3.53 22.47 -
YUV 42.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 80 6 133 0.40 0.95 0 0.48 274.96 0.91 0.27
Hex 50 6 85 28 5F 0 30 113 5B 1B
Octal 120 6 205 50 137 0 60 423 133 33
Binary 1010000 110 10000101 101000 1011111 0 110000 100010011 1011011 11011

Color Harmonies of #500685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500685

Black with #500685

Text Example


Text Example

White with #500685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500685; }

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

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

background-color css

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

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

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

border-color css

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

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

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