Html Css Color HEX #500569 Indigo

📋 copy color: '#500569'

red 80 ◦ green 5 ◦ blue 105

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

Shades of Indigo #500569

Tints of Indigo #500569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 42.11%
G = 2.63%
B = 55.26%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500569 (or 0x500569) is known color: Indigo. HEX triplet: 50, 05 and 69. RGB value is (80,5,105). Sum of RGB (Red+Green+Blue) = 80+5+105=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #500569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500569 is #AFFA96. Grayscale: #262626. Windows color (decimal): -11532951 or 6882640. OLE color: 6882640.

HSL color Cylindrical-coordinate representation of color #500569: hue angle of 285º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500569 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 5 105 -
CMYK 0.24 0.95 0 0.59
HSL 285º 0.91% 0.22% -
HSV(B) 285º 0.95% 0.41% -
XYZ 5.91 2.83 13.6 -
YUV 38.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 80 5 105 0.24 0.95 0 0.59 285 0.91 0.22
Hex 50 5 69 18 5F 0 3B 11D 5B 16
Octal 120 5 151 30 137 0 73 435 133 26
Binary 1010000 101 1101001 11000 1011111 0 111011 100011101 1011011 10110

Color Harmonies of #500569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500569

Black with #500569

Text Example


Text Example

White with #500569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500569; }

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

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

background-color css

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

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

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

border-color css

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

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

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