Html Css Color HEX #500570 Indigo

📋 copy color: '#500570'

red 80 ◦ green 5 ◦ blue 112

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

Shades of Indigo #500570

Tints of Indigo #500570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 40.61%
G = 2.54%
B = 56.85%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500570 (or 0x500570) is known color: Indigo. HEX triplet: 50, 05 and 70. RGB value is (80,5,112). Sum of RGB (Red+Green+Blue) = 80+5+112=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #500570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500570 is #AFFA8F. Grayscale: #272727. Windows color (decimal): -11532944 or 7341392. OLE color: 7341392.

HSL color Cylindrical-coordinate representation of color #500570: hue angle of 282.06º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500570 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 5 112 -
CMYK 0.29 0.96 0 0.56
HSL 282.06º 0.91% 0.23% -
HSV(B) 282.06º 0.96% 0.44% -
XYZ 6.29 2.98 15.57 -
YUV 39.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 80 5 112 0.29 0.96 0 0.56 282.06 0.91 0.23
Hex 50 5 70 1D 60 0 38 11A 5B 17
Octal 120 5 160 35 140 0 70 432 133 27
Binary 1010000 101 1110000 11101 1100000 0 111000 100011010 1011011 10111

Color Harmonies of #500570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500570

Black with #500570

Text Example


Text Example

White with #500570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500570; }

 p { color: rgb(80,5,112); }

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

background-color css

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

 a { background-color: rgb(80,5,112); }

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

border-color css

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

 span { border-color: rgb(80,5,112); }

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