Html Css Color HEX #500069 Indigo

📋 copy color: '#500069'

red 80 ◦ green 0 ◦ blue 105

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

Shades of Indigo #500069

Tints of Indigo #500069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.24%
G = 0%
B = 56.76%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500069 (or 0x500069) is known color: Indigo. HEX triplet: 50, 00 and 69. RGB value is (80,0,105). Sum of RGB (Red+Green+Blue) = 80+0+105=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #500069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500069 is #AFFF96. Grayscale: #232323. Windows color (decimal): -11534231 or 6881360. OLE color: 6881360.

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

Color convert

RGB 80 0 105 -
CMYK 0.24 1 0 0.59
HSL 285.71º 1% 0.21% -
HSV(B) 285.71º 1% 0.41% -
XYZ 5.86 2.73 13.58 -
YUV 35.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 80 0 105 0.24 1 0 0.59 285.71 1 0.21
Hex 50 0 69 18 64 0 3B 11E 64 15
Octal 120 0 151 30 144 0 73 436 144 25
Binary 1010000 0 1101001 11000 1100100 0 111011 100011110 1100100 10101

Color Harmonies of #500069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500069

Black with #500069

Text Example


Text Example

White with #500069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500069; }

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

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

background-color css

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

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

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

border-color css

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

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

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