Html Css Color HEX #500369 Indigo

📋 copy color: '#500369'

red 80 ◦ green 3 ◦ blue 105

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

Shades of Indigo #500369

Tints of Indigo #500369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 42.55%
G = 1.6%
B = 55.85%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500369 (or 0x500369) is known color: Indigo. HEX triplet: 50, 03 and 69. RGB value is (80,3,105). Sum of RGB (Red+Green+Blue) = 80+3+105=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #500369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500369 is #AFFC96. Grayscale: #252525. Windows color (decimal): -11533463 or 6882128. OLE color: 6882128.

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

Color convert

RGB 80 3 105 -
CMYK 0.24 0.97 0 0.59
HSL 285.29º 0.94% 0.21% -
HSV(B) 285.29º 0.97% 0.41% -
XYZ 5.89 2.79 13.59 -
YUV 37.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 80 3 105 0.24 0.97 0 0.59 285.29 0.94 0.21
Hex 50 3 69 18 61 0 3B 11D 5E 15
Octal 120 3 151 30 141 0 73 435 136 25
Binary 1010000 11 1101001 11000 1100001 0 111011 100011101 1011110 10101

Color Harmonies of #500369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500369

Black with #500369

Text Example


Text Example

White with #500369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500369; }

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

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

background-color css

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

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

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

border-color css

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

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

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