Html Css Color HEX #500795 Indigo

📋 copy color: '#500795'

red 80 ◦ green 7 ◦ blue 149

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

Shades of Indigo #500795

Tints of Indigo #500795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 149 (58.59% from 255) = 63.14%

R = 33.9%
G = 2.97%
B = 63.14%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500795 (or 0x500795) is known color: Indigo. HEX triplet: 50, 07 and 95. RGB value is (80,7,149). Sum of RGB (Red+Green+Blue) = 80+7+149=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #500795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500795 is #AFF86A. Grayscale: #2C2C2C. Windows color (decimal): -11532395 or 9766736. OLE color: 9766736.

HSL color Cylindrical-coordinate representation of color #500795: hue angle of 270.85º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500795 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 7 149 -
CMYK 0.46 0.95 0 0.42
HSL 270.85º 0.91% 0.31% -
HSV(B) 270.85º 0.95% 0.58% -
XYZ 8.81 4.03 28.75 -
YUV 45.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 80 7 149 0.46 0.95 0 0.42 270.85 0.91 0.31
Hex 50 7 95 2E 5F 0 2A 10F 5B 1F
Octal 120 7 225 56 137 0 52 417 133 37
Binary 1010000 111 10010101 101110 1011111 0 101010 100001111 1011011 11111

Color Harmonies of #500795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500795

Black with #500795

Text Example


Text Example

White with #500795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500795; }

 p { color: rgb(80,7,149); }

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

background-color css

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

 a { background-color: rgb(80,7,149); }

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

border-color css

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

 span { border-color: rgb(80,7,149); }

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